mirror of
https://github.com/nmap/nmap.git
synced 2026-09-08 03:20:08 +00:00
[Zenmap] Fixed a crash when something that looked like a format
specifier (like %y) appeared in a profile. The error message was ValueError: unsupported format character 'y' (0x79)
This commit is contained in:
parent
9a81f00641
commit
2e8c2cf97d
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Zenmap] Fixed a crash when something that looked like a format
|
||||
specifier (like %y) appeared in a profile. The error message was
|
||||
ValueError: unsupported format character 'y' (0x79)
|
||||
[David]
|
||||
|
||||
o Added two new SMB/MSRPC scripts:
|
||||
smb-brute.nse: Bruteforce to discover SMB accounts. Has advanced
|
||||
features, such as lockout detection, username validation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue