Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
OS FINGERPRINTING
  • Can you teach me how to perform os fingerprinting?
  • Sh3llc0d3
    Posts: 1,910
    I really don't think anyone has the time to explain the entire process in to you in sufficient depth. There are plenty of books on the subject of penetration testing and also discussing tools specifically for operating system fingerprinting. Also worth mentioning, people confuse OS fingerprinting with the wider subject of fingerprinting and enumeration. Not helpful I know lol.
  • mandi
    Posts: 207
    the simplest method is by determining the ttl values in icmp packets (64 for linux,128 for windows) and if you need to find the accurate os version  use n-map.
  • Is backtrack 5 is good for os fingerprinting?
  • mandi, i used nmap before but i dndn't know that tool will help me! :))
  • Sh3llc0d3, can you give some resources that you know about os fingerprinting... :))
  • Xin
    Posts: 3,251
    @ReverseEngineering There is a  service it seems you are not aware of called Google, you may find it here http://www.google.com/
    Xin
  • Sh3llc0d3
    Posts: 1,910
    Cheers Xin, lmgtfy is getting over-used at the moment.
  • m0rph
    Posts: 332
    http://lmgtfy.com/?q=operating+system+fingerprinting

    Sorry, just wanted to hop in on the fun lol, anyway, here's an excerpt from a good paper I just read:
    "When doing passive analysis of current traffic or even looking at old packet captures, one of the easiest, effective, ways of doing OS Fingerprinting is by simply looking at the TCP window size and Time To Live (TTL) in the IP header of the first packet in a TCP session."

    http://www.howtogeek.com/104337/hacker-geek-os-fingerprinting-with-ttl-and-tcp-window-sizes/

    Granted, that article gets extremely technical with tcp values that I would not expect anyone outside of networking to understand, but basically, TCP windowing is a method of sizing data within a TCP session. Certain OS's will transmit with certain window size values (which is what the author was trying to get at) at a certain TTL value. It's not always the same for every version of a specific operating system, and can also be changed from whatever application is actually generating the data. However, this is a semi-effective way for fingerprinting an OS without any intrusive enumeration.  

    while( !(succeed = try() ) );
  • Sh3llc0d3
    Posts: 1,910
    I have seen people use that method @m0rph when looking through a packet capture etc, very handy technique!
  •  i use google, but there are some things which google doesn't know,,all i want to know is the secret in you guys,what method do you use, 

    thanks for the advice.:)