-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.49BETA1 UltraProbe::icmpid() const: Assertion Error #154
Comments
Was just about to report this myself :) The crash occurs when a destination unreachable ICMP message is received.
OS: Ubuntu 14.04 (tested on Desktop and Server) When nmap undergoes host discovery, if a host responds with an ICMP Destination Unreachable, Nmap aborts with the following error:
This issue has been reproduced with ICMP Destination Unreachable types 13 (Communication Administratively Prohibited) and type 0 (Net Unreachable) messages. Other Destination Unreachable messages may also be affected. |
Replied on nmap-dev mailing list: http://seclists.org/nmap-dev/2015/q2/220
|
Works for me. No more errors. Thanks The version I pulled from the github repo says "Nmap 6.47SVN". Is that OK? |
A fix for this issue has been released in Nmap 6.49BETA2 |
Compiling the current Nmap 6.49BETA1 from the published tarball and the github repo I get the following error on Kali Linux x64:
root@kali:~/download/nmap# nmap -sV 192.168.14.0/24 Starting Nmap 6.49BETA1 ( http://nmap.org ) at 2015-06-05 11:56 CEST nmap: scan_engine_raw.cc:206: u16 UltraProbe::icmpid() const: Assertion
mypspec.proto == IPPROTO_ICMP || mypspec.proto == IPPROTO_ICMPV6' failed.`I can avoid this error by using "-Pn", so I suppose this is related to the ICMP sweep.
The text was updated successfully, but these errors were encountered: