1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-16 04:39:03 +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:
david
2009-03-09 18:10:19 +00:00
parent 9a81f00641
commit 2e8c2cf97d

View File

@@ -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,