Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Nmap Development: -P0 bug

-P0 bug

From: Jabra <jabra_at_spl0it.org>
Date: Mon, 9 Jun 2008 22:49:27 -0400

There is a bug for -P0 in version 4.65. nmap -P0 seems to only
work w/ privs. If you run it w/o privs you get nothing.

$ sudo nmap -P0 localhost ...
 
Starting Nmap 4.65 ( http://nmap.org ) at 2008-06-09 22:38 EDT
Interesting ports on localhost (127.0.0.1):

snip

...

$ nmap -P0 localhost

Starting Nmap 4.65 ( http://nmap.org ) at 2008-06-09 22:39 EDT
Note: Host seems down. If it is really up, but blocking our ping
probes, try -PN
Nmap done: 1 IP address (0 hosts up) scanned in 0.055 seconds

$ sudo nmap -P0 x.x.x.x

Starting Nmap 4.65 ( http://nmap.org ) at 2008-06-09 22:40 EDT
Interesting ports on x.x.x.x:

snip
...

$ nmap -P0 x.x.x.x

Starting Nmap 4.65 ( http://nmap.org ) at 2008-06-09 22:39 EDT
Note: Host seems down. If it is really up, but blocking our ping
probes, try -PN
Nmap done: 1 IP address (0 hosts up) scanned in 0.054 seconds

--------------------------------------------------------------

version 4.53

$ ./nmap -P0 localhost

Starting Nmap 4.53 ( http://insecure.org ) at 2008-06-09 22:45 EDT
Interesting ports on localhost (127.0.0.1):

... snip

$ ./nmap -P0 x.x.x.x

Starting Nmap 4.53 ( http://insecure.org ) at 2008-06-09 22:46 EDT
Interesting ports on x.x.x.x:

... snip

Regards,
Jabra

-- 
Jabra < jabra_at_spl0it.org >
http://www.spl0it.org
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
Received on Jun 09 2008
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]