Nmap Development mailing list archives

Re: Nmap 6.01 Error


From: David Fifield <david () bamsoftware com>
Date: Tue, 16 Oct 2012 20:20:28 -0700

On Tue, Oct 16, 2012 at 05:34:44PM +0530, TAS wrote:
I did the same thing on a windows box and I get all the ports as filtered.
Again same version of NMAP, 6.01

Command: nmap -Pn scanme.nmap.org OR nmap -Pn -sV scanme.nmap.org
Nmap scan report for scanme.nmap.org (74.207.244.221)
Host is up.
All 1000 scanned ports on scanme.nmap.org (74.207.244.221) are filtered
Read data files from: C:\Program Files (x86)\Nmap
Nmap done: 1 IP address (1 host up) scanned in 218.08 seconds
Raw packets sent: 2000 (88.000KB) | Rcvd: 0 (0B)

You can usually get some hints with these commands:
        nmap --iflist
        nmap -d --packet-trace -Pn scanme.nmap.org
        nmap --route-dst scanme.nmap.org
Sometimes problems like this can be solved by selecting an output
interface with the -e option, for example
        nmap -e eth0 scanme.nmap.org

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: