Jump to content

Recommended Posts


Posted

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 :)

  • 3 weeks later...
Posted

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.

Posted

www.netcraft.com works great on guessing the webserver running idd.. and nmap, recommend nmap for linux... dont know but works better and faster for me :)

//phiber0ptik

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...