1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

CHANGELOG:

o [Zenmap] Fixed an error that could cause a crash ("TypeError: an
  integer is required") if a sort column in the ports table was unset.
  [David]
This commit is contained in:
david
2011-05-02 21:24:34 +00:00
parent b1e8d47fee
commit 26c7f91883

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Zenmap] Fixed an error that could cause a crash ("TypeError: an
integer is required") if a sort column in the ports table was unset.
[David]
o [NSE] Added http-wp-plugins.nse, which retrieves the list of installed
Wordpress plugins by bruteforcing the wp-content directory. [Ange Gutek]