mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix a Zenmap crash that happened when running a scan from the command wizard.
This commit is contained in:
parent
3348faca3a
commit
339d72883e
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue