The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,860 other subscribers

nmap finger printing: Usage and Examples

Posted by jpluimers on 2014/02/13

Just append -O and -v to a command-line:

nmap -O -v ip-address

Note you need administrative privileges for this on Mac OS X, so there you run it like this:

sudo nmap -O -v ip-address

If you want to scan more than the default 1000 TCP ports, then use the -p- switch:

sudo nmap -O -v -p- ip-address

For more info about the finger printing algorithms used by nmap:

–jeroen

via: Usage and Examples.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.