1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Kill <script></script> around @xmloutput.

This commit is contained in:
david
2012-08-16 10:12:08 +00:00
parent a61a6a5918
commit aee57d6cdc
3 changed files with 44 additions and 52 deletions

View File

@@ -58,7 +58,6 @@ will speed up the script on targets that do not allow guest access.
-- |_ System time: 2011-04-20 13:34:06 UTC-5
--
--@xmloutput
-- <script id="smb-os-discovery" output="...">
-- <elem key="OS">Windows Server (R) 2008 Standard 6001 Service Pack 1 (Windows Server (R) 2008 Standard 6.0)</elem>
-- <elem key="Computer name">Sql2008</elem>
-- <elem key="Domain name">lab.test.local</elem>
@@ -67,7 +66,6 @@ will speed up the script on targets that do not allow guest access.
-- <elem key="NetBIOS computer name">SQL2008</elem>
-- <elem key="NetBIOS domain name">LAB</elem>
-- <elem key="System time">2011-04-20 13:34:06 UTC-5</elem>
-- </script>
author = "Ron Bowes"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -60,7 +60,6 @@ The script also includes a postrule that check for duplicate hosts using the gat
-- |_ 192.168.1.2
--
--@xmloutput
-- <script id="ssh-hostkey" output="...">
-- <table>
-- <elem key="key">ssh-dss AAAAB3NzaC1kc3MAAACBANraqxAILTygMTgFu/0snrJck8BkhOpBbN61DAZENgeulLMaJdmNFWZpvhLOJVXSqHt2TCrspbMyvpBH4Fnv7Kb+QBAhXyzeCNnOQ7OVBfqNzkfezoFrQJgOQZSEenP6sCVDqcW2j0KVumnYdPU7FGa8SLfNqA+hUOR2HSSluynFAAAAFQDWKNq4PVbpDA7UExE8JSHnWxv4AwAAAIAWEDdNu5mWfTz52IdxELNjsmn5FvKRmnhPqq/PrTkYqAADL5WYazg7POQZ4yI2nqTq++47ONDK87Wke3qbeIhMrV13Mrgf2JuCUSNqrfEmvzZ2l9x3QyZrj+bJRPRuhwYq8rFup01qaANJ0p4WS/7voNbRhh+l57FkJF+XAJRRTAAAAIEAts1Se+u+hV9ZedXopzfXv1I5ZOSONxZanM10wjM2GRWygCYsHqDM315swBPkzhmB73oBesnhDW3bq0dmW3wvk4gzQZ2E2SHhzVGjlgDpjEahlQ+XGpDZsvqqFGGGx8lvKYFUxBR+UkqMRGmjkHw5sK5ydO1n4R3XJ4FfQFqmoyU=</elem>
-- <elem key="bits">1024</elem>
@@ -73,10 +72,8 @@ The script also includes a postrule that check for duplicate hosts using the gat
-- <elem key="fingerprint">f0:58:ce:f4:aa:a4:59:1c:8e:dd:4d:07:44:c8:25:11</elem>
-- <elem key="algorithm">RSA</elem>
-- </table>
-- </script>
--
--@xmloutput
-- <script id="ssh-hostkey" output="...">
-- <table>
-- <table key="hosts">
-- <elem>192.168.1.1</elem>
@@ -99,7 +96,6 @@ The script also includes a postrule that check for duplicate hosts using the gat
-- <elem key="algorithm">DSA</elem>
-- </table>
-- </table>
-- </script>
author = "Sven Klemm"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -31,12 +31,10 @@ include with Nmap) list.
-- |_ssl-known-key: Found in Little Black Box 0.1 (certificate hash: 00:28:E7:D4:9C:FA:4A:A5:98:4F:E4:97:EB:73:48:56:07:87:E4:96)
--
-- @xmloutput
-- <script id="ssl-known-key" output="...">
-- <table>
-- <elem key="section">Little Black Box 0.1</elem>
-- <elem key="fingerprint">00:28:E7:D4:9C:FA:4A:A5:98:4F:E4:97:EB:73:48:56:07:87:E4:96</elem>
-- </table>
-- </script>
author = "Mak Kolybabi"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"