From 2b093d6adaef0bacfac3174c06e9201d67f7b826 Mon Sep 17 00:00:00 2001 From: henri Date: Mon, 22 Apr 2013 19:37:09 +0000 Subject: [PATCH] ChangeLog for nsock proxy support. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7be2ed5f0..d56bb7fc4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Nsock] Added initial proxy support to nsock. Nsock based modules (version + scan, nse) of nmap can now establish TCP connections through chains of + proxies. HTTP CONNECT and SOCKS4 protocols are supported, with some + limitations. [Henri Doreau] + o Fixed a regression that changed the number of delimiters in machine output. [Daniel Miller]