Jump to content

OS from the IP


Recommended Posts


Hi, here's two things you can try;

1/ nmap http://www.insecure.org/nmap/

A tool that will attempt to guess an O.S. by the slight differences

in TCP responses

2/ telnet (run from cmd) or netcat (google it)

telnet to a port that a service is running on - eg www = port 80

hit return a couple of times and read the banner message

telnet <target> <port number>

HTTP/1.1 400 Bad Request

Server: Microsoft-IIS/4.0

Date: Mon, 05 Jul 2004 14:19:27 GMT

Oh btw - this *may* not be legal :)

Link to comment
Share on other sites

  • 3 weeks later...

Most vendors have implemented parts of the TCP/IP protocol in unique ways. This enables sniffers - like nmap - to look for known characteristics, and make an educated guess as to the operating system being examined.

Fastest, and easiest way to do this is www.netcraft.com Plug the target of interest into the "what is that server running" box, click go, and wait. Very accurate.

Cheers,

PHB.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...