From 6a9548e1479e48ce1a89b9b54d1371bcb732b903 Mon Sep 17 00:00:00 2001 From: d33tah Date: Tue, 2 Jul 2013 17:03:31 +0000 Subject: [PATCH] add the CHANGELOG entry for --lua-exec. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index bbdc5ff6d..50c43bcea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Ncat] Added --lua-exec. This feature is basically an equivalent of ncat + --sh-exec "lua " and allows you to run Lua scripts with Ncat, + redirecting all stdin and stdout operations to the socket connection. + [Jacek Wielemborek] + o [NSE] Added teamspeak2-version.nse by Marin Maržić. o Nmap's routing table is now sorted first by netmask, then by metric.