From a61a6a5918fd37ed1c16dc4b80aba69bd7725ea4 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 16 Aug 2012 03:00:00 +0000 Subject: [PATCH] Add @xmloutput nsedoc to ssh-hostkey, smb-os-discovery --- scripts/smb-os-discovery.nse | 13 +++++++++++- scripts/ssh-hostkey.nse | 41 ++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/scripts/smb-os-discovery.nse b/scripts/smb-os-discovery.nse index 643af572f..4f5fdfb23 100644 --- a/scripts/smb-os-discovery.nse +++ b/scripts/smb-os-discovery.nse @@ -56,7 +56,18 @@ will speed up the script on targets that do not allow guest access. -- | NetBIOS computer name: SQL2008 -- | NetBIOS domain name: LAB -- |_ System time: 2011-04-20 13:34:06 UTC-5 ------------------------------------------------------------------------ +-- +--@xmloutput +-- author = "Ron Bowes" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/ssh-hostkey.nse b/scripts/ssh-hostkey.nse index dfafb8e40..815e95540 100644 --- a/scripts/ssh-hostkey.nse +++ b/scripts/ssh-hostkey.nse @@ -59,6 +59,47 @@ The script also includes a postrule that check for duplicate hosts using the gat -- | 192.168.1.1 -- |_ 192.168.1.2 -- +--@xmloutput +-- +-- +--@xmloutput +-- author = "Sven Klemm" license = "Same as Nmap--See http://nmap.org/book/man-legal.html"