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"