1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 06:29:02 +00:00

add the CHANGELOG entry for --lua-exec.

This commit is contained in:
d33tah
2013-07-02 17:03:31 +00:00
parent b62709eb20
commit 6a9548e147

View File

@@ -1,5 +1,10 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Ncat] Added --lua-exec. This feature is basically an equivalent of ncat
--sh-exec "lua <scriptname>" 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.