View Single Post
Posts: 65 | Thanked: 9 times | Joined on Dec 2009 @ Seoul, South Korea
#6
Originally Posted by Tintin View Post
A few nmap questions (N810):

1) When running

~ $ nmap -sP 192.168.1.0/24

I get this:

Starting Nmap 4.76 ( http://nmap.org ) at 2009-12-04 00:38 PST
Host 192.168.1.1 appears to be up.
Host 192.168.1.100 appears to be up.
Host 192.168.1.105 appears to be up.
Nmap done: 256 IP addresses (3 hosts up) scanned in 5.02 seconds

I take this to mean that there are currently three devices connected to the network.
I can confirm the 105 being my tablet.

Q: Is there anyway to see device names in addition to the IP addresses?
Q: Is there anyway to see the device OS displayed per device?
(I tried ~ $ nmap -sP -A 192.168.1.0/24 - but no go).


2) I'm using nmap 4.76 but I understand there is a 5.0 version out there for OS2008 - I've been unable to find the repo for nmap OS2008 though. Anyone knows?
It all depends on whether or not there is a fingerprint within Nmap. Namp uses OS fingerprints.

You could use the -O for OS fingerprinting

Try: nmap -sV -p- -O -T4 192.168.1.1-255

Also - http://nmap.org/book/man-briefoptions.html
Buy this - http://nmap.org/book/

Last edited by MrWh1t3; 2009-12-09 at 09:32.