1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Fix a Zenmap crash that happened when running a scan from the command wizard.

This commit is contained in:
david
2009-02-02 18:28:51 +00:00
parent 3348faca3a
commit 339d72883e

View File

@@ -11,6 +11,12 @@ o Fix Ncat compilation with the MingW windows compiler. [Gisle Vanem]
o Updated IANA assignment IP list for random IP (-iR)
generation. [Kris]
o [Zenmap] Fixed a crash that happened when running a scan directly
from the command wizard without saving a profile [David]:
NmapParser.py", line 417, in set_target
self.ops.target_specs = target.split()
AttributeError: 'NoneType' object has no attribute 'split'
Nmap 4.85BETA2 [2009-1-29]
o Added some duplicate GTK DLLs to Windows installer, as a temporary