Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Nmap problems(for windows)


ghost's Avatar
0 0

when i scan an IP using nmap(zenmap) for windows on vista,it gives me this error


NSE: Loaded 35 scripts for scanning.

Initiating Ping Scan at 21:09

Scanning 79.178.114.63 [8 ports]

WARNING: Using raw sockets because ppp3 is not an ethernet device. This probably won't work on Windows.



pcap_open_live(ppp3, 100, 0, 2) FAILED. Reported error: Error opening adapter: The system cannot find the device specified. (20).  Will wait 5 seconds then retry.

pcap_open_live(ppp3, 100, 0, 2) FAILED. Reported error: Error opening adapter: The system cannot find the device specified. (20).  Will wait 25 seconds then retry.

Call to pcap_open_live(ppp3, 100, 0, 2) failed three times. Reported error: Error opening adapter: The system cannot find the device specified. (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 recompile your kernel with SOCK_PACKET enabled.

*BSD:  If you are getting device not configured, you need to recompile your kernel with Berkeley Packet Filter support.  If you are getting No such file or directory, 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 argument 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!

i'm using a dell laptop.using mobile phone to connect to internet via mobile GSM 3G connection via bluetooth connection.


goluhaque's Avatar
Member
0 0

I think the part you provided right there holds the answer.

WARNING: Using raw sockets because ppp3 is not an ethernet device. This probably won't work on Windows.

Also,

*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 argument will help.

Maybe, I don't know.


ghost's Avatar
0 0

Did you try the -sT and/or the -Pn options when trying to run the scan as the link I gave you suggested? And either way, for those who know nmap well it might also help if you show what parameters were passed. However, it says right in your error message that chances are what you're trying to do will not work on windows so you might not want to get your hopes up.


ghost's Avatar
0 0

thank you!!! goluhaque.if i use ubuntu,then i will be able to do this for sure?(i dnt have ubuntu currently installed )


ghost's Avatar
0 0

i'm really new to nmap too. -sT thing is working.thanks COM

i think i better move to ubuntu hmm…

can any one give me a link to a good tutorial about pcap,ppp3,raw sockets those stuff ??