1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 12:59:02 +00:00

Added the print_hex() fix CHANGELOG entry.

This commit is contained in:
djalal
2011-07-25 23:18:51 +00:00
parent 3ce7d52800
commit 6bb9ad1e80

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o [NSE] Fixed the nsedebug print_hex() function so it does not print an
empty line if there are no remaining characters, and improved its NSEDoc.
[Chris Woodbury].
o [NSE] Added the scripts http-axis2-dir-traversal and http-litespeed-sourcecode-download
that exploits a directory traversal and null byte poisoning vulnerabilities in
Apache Axis2 and LiteSpeed Web Server respectively. [Paulino]