From 6bb9ad1e805fa42e241636019c3c6c95df44fd86 Mon Sep 17 00:00:00 2001 From: djalal Date: Mon, 25 Jul 2011 23:18:51 +0000 Subject: [PATCH] Added the print_hex() fix CHANGELOG entry. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 4bfe55f2f..a0fd648ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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]