1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 07:09:01 +00:00

CHANGELOG for structured script output.

This commit is contained in:
david
2012-08-14 18:34:43 +00:00
parent ebc9776771
commit a5f2180928

View File

@@ -1,5 +1,11 @@
# Nmap Changelog ($Id$); -*-text-*-
o Scripts can now return a structured name-value table so that results
are queryable from XML output. Scripts can return a string as before,
or a table, or a table and a string. In this last case, the table will
go to XML output and the string will go to screen output.
[Daniel Miller, David Fifield, Patrick Donnelly]
o [NSE] Added JDWP library, jdwp-info, jdwp-exec and jdwp-inject scripts and
needed classes. [Aleksandar Nikolic]