Nmap Development mailing list archives

Re: use sample command come out


From: Bugtrace <bugtrace () gmail com>
Date: Sun, 13 Jun 2010 19:09:55 +0800

Have a try
nmap -A -T4 -e eth0 scanme.nmap.org


2010/6/13 spawn <s927441 () mail yzu edu tw>:
Here following is my exec result but diff from your web result

D:\nmap-5.21>nmap -A -T4 scanme.nmap.org



Starting Nmap 5.21 ( http://nmap.org ) at 2010-06-13 01:35 台北標準時間

WARNING: Using raw sockets because ppp0 is not an ethernet device. This
probably

 won't work on Windows.



pcap_open_live(ppp0, 100, 0, 2) FAILED. Reported error: Error opening
adapter:

系統找不到指定的磁碟機。 (20).  Will wait 5 seconds then retry.

pcap_open_live(ppp0, 100, 0, 2) FAILED. Reported error: Error opening
adapter:

系統找不到指定的磁碟機。 (20).  Will wait 25 seconds then retry.

Call to pcap_open_live(ppp0, 100, 0, 2) failed three times. Reported error:
Erro

r opening adapter: 系統找不到指定的磁碟機。 (20)

There are several possible reasons for this, depending on your operating
system:



LINUX: If you are getting Socket type not supported, try modprobe af_packet
or r

ecompile your kernel with SOCK_PACKET enabled.

*BSD:  If you are getting device not configured, you need to recompile your
kern

el with Berkeley Packet Filter support.  If you are getting No such file or
dire

ctory, try creating the device (eg cd /dev; MAKEDEV <device>; or use mknod).

*WINDOWS:  Nmap only supports ethernet interfaces on Windows for most
operations

 because Microsoft disabled raw sockets as of Windows XP SP2.  Depending on
the

reason for this error, it is possible that the --unprivileged command-line
argum

ent will help.

SOLARIS:  If you are trying to scan localhost or the address of an interface
and

 are getting '/dev/lo0: No such file or directory' or 'lo0: No DLPI device
found

', complain to Sun.  I don't think Solaris can support advanced localhost
scans.

 You can probably use "-PN -sT localhost" though.





QUITTING!



D:\nmap-5.21>

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



-- 
Best Regards,
Trace
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

Current thread: