View previous topic :: View next topic |
Author |
Message |
Wurgl n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Aug 2005 Posts: 27
|
Posted: Wed Dec 14, 2005 7:29 pm Post subject: nmap ARP failes on AMD-64 |
|
|
I do not know if this is specific to gentoo, or specific to the nmap-version?
However, the same command runs with nmap 3.75 on Suse 8.0 ...
Code: |
nmap -v -v --data_length 340 -P0 -sO -p 0-255 192.168.222.14
Starting nmap 3.83.DC13 ( http://www.insecure.org/nmap/ ) at 2005-12-14 20:24 CET
Initiating ARP Ping Scan against 192.168.222.14 [1 port] at 20:24
The ARP Ping Scan took 0.00s to scan 1 total hosts.
Initiating IPProto Scan against 192.168.222.14 [256 ports] at 20:24
Error compiling our pcap filter: syntax error
QUITTING!
|
Edit: All the other scans seem to work, just this one failes ![Crying or Very sad :cry:](images/smiles/icon_cry.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Voorhees51 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/29310527541c9055b8e2b8.gif)
Joined: 05 Nov 2003 Posts: 358
|
Posted: Wed Dec 14, 2005 8:08 pm Post subject: |
|
|
I just tried the same scan with nmap-3.83 and it failed as well with the same error |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pjp Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/1154772887439692d88303b.jpg)
Joined: 16 Apr 2002 Posts: 20589
|
Posted: Wed Dec 14, 2005 10:26 pm Post subject: |
|
|
Moved from Other Things Gentoo _________________ Quis separabit? Quo animo? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
d4rk74m4 Arch/Herd Tester
![Arch/Herd Tester Arch/Herd Tester](/images/ranks/rank_rect_5_at_ht.gif)
Joined: 22 Feb 2004 Posts: 151
|
Posted: Thu Dec 15, 2005 7:06 am Post subject: |
|
|
WORKSFORME, with nmap 3.95
Code: | darktama@araqiel ~ $ sudo nmap -v -v --data_length 340 -P0 -sO -p 0-255 10.1.1.2
Starting Nmap 3.95 ( http://www.insecure.org/nmap/ ) at 2005-12-15 17:58 EST
Initiating ARP Ping Scan against 10.1.1.2 [1 port] at 17:58
The ARP Ping Scan took 0.01s to scan 1 total hosts.
Initiating IPProto Scan against 10.1.1.2 [256 ports] at 17:58
Increasing send delay for 10.1.1.2 from 0 to 5 due to max_successful_tryno increase to 4
Increasing send delay for 10.1.1.2 from 5 to 10 due to max_successful_tryno increase to 5
Increasing send delay for 10.1.1.2 from 10 to 20 due to max_successful_tryno increase to 6
Increasing send delay for 10.1.1.2 from 20 to 40 due to max_successful_tryno increase to 7
Increasing send delay for 10.1.1.2 from 40 to 80 due to max_successful_tryno increase to 8
Increasing send delay for 10.1.1.2 from 80 to 160 due to max_successful_tryno increase to 9
Increasing send delay for 10.1.1.2 from 160 to 320 due to 11 out of 12 dropped probes since last increase.
IPProto Scan Timing: About 17.76% done; ETC: 18:01 (0:02:19 remaining)
Increasing send delay for 10.1.1.2 from 320 to 640 due to 11 out of 23 dropped probes since last increase.
Increasing send delay for 10.1.1.2 from 640 to 1000 due to 11 out of 34 dropped probes since last increase.
IPProto Scan Timing: About 69.64% done; ETC: 18:02 (0:01:14 remaining)
Discovered open port 1/ip on 10.1.1.2
The IPProto Scan took 294.49s to scan 256 total ports.
Host 10.1.1.2 appears to be up ... good.
Interesting protocols on 10.1.1.2:
(The 247 protocols scanned but not shown below are in state: closed)
PROTOCOL STATE SERVICE
1 open icmp
2 open|filtered igmp
4 open|filtered ip
6 open|filtered tcp
17 filtered udp
47 open|filtered gre
50 open|filtered esp
51 open|filtered ah
108 open|filtered ipcomp
MAC Address: xx:xx:xx:xx:xx:xx (MAC address censored..)
Nmap finished: 1 IP address (1 host up) scanned in 294.747 seconds
Raw packets sent: 488 (176KB) | Rcvd: 565 (47.4KB)
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Voorhees51 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/29310527541c9055b8e2b8.gif)
Joined: 05 Nov 2003 Posts: 358
|
Posted: Thu Dec 15, 2005 2:18 pm Post subject: |
|
|
I just upgraded to version 3.95 and it works fine now for me. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|