Nmap Development mailing list archives

Re: Zenmap Crash Report


From: David Fifield <david () bamsoftware com>
Date: Thu, 20 Sep 2012 14:34:59 -0700

On Thu, Sep 20, 2012 at 09:35:36AM -0500, Ted wrote:
Version: 6.01
Traceback (most recent call last):
  File "zenmapGUI\ScanInterface.pyo", line 539, in verify_execution
  File "zenmapGUI\ScanInterface.pyo", line 581, in load_from_command
  File "zenmapCore\NetworkInventory.pyo", line 143, in add_scan
  File "zenmapCore\NetworkInventory.pyo", line 217, in _update_host_info
  File "zenmapCore\NmapParser.pyo", line 675, in get_port_protocol_dict
ValueError: invalid literal for int() with base 10: ''

cmdline in zenmap was:
nmap -sV -p U:5198,5199 -T4 -O --version-light 209.242.225.137

Hi, thank you, this is a known bug that has been fixed already in
Subversion.

http://seclists.org/nmap-dev/2012/q2/876

There is an error in your command; you need to use -sU if you are
scanning UDP ports.

nmap -sV -sU -p 5198,5199 -T4 -O --version-light 209.242.225.137

(That is why you got the above error too; without -sU Nmap will use the
default -sS TCP scan, but your port specification U:5198,5199 does not
include any TCP ports. If you run at the command line you will see the
message "a TCP scan type was requested, but no tcp ports were specified.
Skipping this scan type.")

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


Current thread: