+ Reply to Thread
Results 1 to 4 of 4

Thread: Cracking the System - Footprinting

  1. #1
    Showstopper's Avatar
    Showstopper is offline Programmer
    Join Date
    Jul 2009
    Posts
    170
    Blog Entries
    3
    Rep Power
    12

    Cracking the System - Footprinting

    I am going to take you through the steps that most hackers take when breaking into a system. To secure yourself against them, you need to first understand them.

    Cracking the System Tutorial 1 - Footprinting:
    By Showstopper

    Before I start this tutorial I want people to understand the difference between hackers. Hackers are classified into 3 different groups. White Hat, Grey Hat, and Black Hat.

    White Hat:
    White hat hackers, also known as "ethical hackers," are computer security experts, who specialize in penetration testing, and other testing methodologies, to ensure that a company's information systems are secure. Such people are employed by companies where these professionals are sometimes called "sneakers."[citation needed] Groups of these people are often called tiger teams[2] or red teams. These security experts may utilize a variety of methods to carry out their tests, including social engineering tactics, use of hacking tools, and attempts to evade security to gain entry into secured areas.
    -wikepedia

    Grey Hat:
    A grey hat, in the hacking community, refers to a skilled hacker who sometimes acts illegally, sometimes in good will, and sometimes not. They are a hybrid between white and black hat hackers. They usually do not hack for personal gain or have malicious intentions, but may or may not occasionally commit crimes during the course of their technological exploits.
    -wikipedia

    Black Hat:
    Black Hat Hackers (also called "crackers"), are hackers who specialize in unauthorized penetration. They may use computers to attack systems for profit, for fun, or for political motivations or as a part of a social cause. Such penetration often involves modification and/or destruction of data, and is done without authorization and hence they should not be confused with ethical hackers.
    -wikipedia

    Now to start with the tutorial. This one will be short.

    The first thing I want you to know is the difference between an IDS and a Firewall. A Firewall will block most attacks and an IDS will send an alert but not block ALL attacks.

    Before you break into a system, you have to collect as much intelligence as you can on the target. You have to oberve and gather information on the target before hacking. This is called Footprinting. Footprinting is achieved by using techniques undetectable by the target. There are many ways that a hacker may do this. Some examples of passive ways would be looking up information on their website, such as employment of a certain kind of server manager. Some people call the company and ask for information as a customer.

    There are many tools to help gather what you need aswell. Samspade and whois are good ones. During this time people gather many things such as employee names, phone numbers, addresses, and server tecnology.

    Techniques for active footprinting are banner grabbing and viewing company's public website source

    Banner grabbing allows the server to send a block of information about the server to you including its operating system. The OS information is needed when exploiting. It is also called HTTP Fingerprinting.

    Banner Grabbing:
    The simplest and most basic form of identifying HTTP servers is to look at the Server field in the HTTP response header. Using a TCP client like netcat, it is possible to send an HTTP request to return the HTTP response header of the server.

    An example of banner grabbing:

    Code:
    HTTP/1.1 200 OK
    Date: Mon, 17 May 2009
    Server: Apache/1.3.3 (Unix) (Red Hat/Linux)
    Last-Modified: Wed, 07 Oct 2009
    ETag: "1616-19g-174x2ds1"
    Accept-Ranges: bytes
    Content-Length: 1291
    Connection: close
    Content-Type: text/html

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Cracking the System - Footprinting

    Cool Tutorial, +rep!

  4. #3
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Re: Cracking the System - Footprinting

    Nice work, I'll +rep you when I get on my computer.. Remind me if I forget

    Posted via CodeCall Mobile

  5. #4
    Upstream's Avatar
    Upstream is offline Learning Programmer
    Join Date
    Mar 2011
    Location
    near Amsterdam
    Posts
    44
    Rep Power
    0

    Re: Cracking the System - Footprinting

    Is it not so that these banners can be altered by the admin of the server to give false or no info? To really figure it out I thought you had to inspect a lot deeper and do a comparison with known responses for a server?
    "The question of whether a computer can think is no more interesting than the question of whether a submarine can swim." (Edsger Dijkstra)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Cracking the System - Scanning
    By Showstopper in forum Security Tutorials
    Replies: 6
    Last Post: 07-21-2011, 07:59 PM
  2. Cracking the System - Vulnerability Assessment
    By Showstopper in forum Security Tutorials
    Replies: 1
    Last Post: 06-01-2011, 07:30 AM
  3. Cracking WPA/WPA2 networks
    By phpforfun in forum Security Tutorials
    Replies: 10
    Last Post: 07-13-2010, 07:29 AM
  4. Cracking password of vbs script
    By pico in forum Visual Basic Programming
    Replies: 7
    Last Post: 01-16-2010, 09:04 PM
  5. Cracking / Security
    By John in forum Announcements
    Replies: 10
    Last Post: 09-14-2007, 01:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts