nmap difficulties 0.o
Hey, I jst installed the nmap port scanner. It all went well. I type nmap.exe in cmd, and the option list comes up.
However, when I tried to scan an IP, I got the following error:
C:\Program Files\Nmap>nmap -A -v -T4 213.84.53.96
Starting Nmap 4.11 ( http://www.insecure.org/nmap ) at 2006-08-15 17:34 W. Europe Daylight Time
dnet: Failed to open device eth0
QUITTING!```
I've tried it without parameters, nothing works :S
If any1 knows whats wrong here, Id be more than greatfull for a bit of help ^^
Im using Windows XP btw.
Thnx,
-BluMoose
i'm pretty sure you dont need the .exe try just
markupnmap ip.address portnumber
you may wanna add some options just look at the help for options
markupnmap -help
EDIT ERK. sorry I completly misread your post and mistaked you for a nmap noob i would just try re-installing or it could be because you didn't specify a port and the default is blocked by a fire wall or something like that
@Scobe, im trying to scan for open ports, entering a single port wouldnt help me. Plus Id get the same error.
God I hate windows, cant install linux tho, pc wont boot off cd, and wont let me in BIOS XD
Guess Ill jst have to use another port scanner for now then… :(
Blumoose …. I had the same error on XP64, I fixed it by updating the installing the Beta WinPcap drivers …
http://www.winpcap.org/install/default.htm
hope that helps
–Unreb
i use the latest nmap version…4.something alpha together with winPcap3.1 and it works just fine. there's a new alpha winPcap,but i haven' t used that.i believe,the errror has to do with you not having the packet capturing device(winPcap) installed, which nmap uses to analize anything.i 've seen that same error om my screen too.install winpcap3.1 first,then you nstall nmap, then you run nmap from command prompt. it should work.