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

@xmloutput NSEdoc sections for wdb-version and xmpp-info

This commit is contained in:
dmiller
2013-05-06 21:40:02 +00:00
parent 1ff56f08f8
commit 2cb0cfc936
2 changed files with 49 additions and 19 deletions

View File

@@ -30,6 +30,12 @@ http://www.kb.cert.org/vuls/id/362332
-- | VxWorks version: VxWorks5.4.2 -- | VxWorks version: VxWorks5.4.2
-- | Board Support Package: PCD ARM940T REV 1 -- | Board Support Package: PCD ARM940T REV 1
-- | Boot line: host:vxWorks.z -- | Boot line: host:vxWorks.z
--@xmloutput
-- <elem>VULNERABLE: Wind River Systems VxWorks debug service enabled. See http://www.kb.cert.org/vuls/id/362332</elem>
-- <elem key="Agent version">2.0</elem>
-- <elem key="VxWorks version">5.4</elem>
-- <elem key="Board Support Package">Alcatel CMM MPC8245/100</elem>
-- <elem key="Boot line">lanswitchCmm:</elem>
author = "Daniel Miller" author = "Daniel Miller"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html" license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -16,25 +16,49 @@ server capabilities. If possible, studies server vendor.
-- @output -- @output
-- PORT STATE SERVICE REASON VERSION -- PORT STATE SERVICE REASON VERSION
-- 5222/tcp open jabber syn-ack ejabberd (Protocol 1.0) -- 5222/tcp open jabber syn-ack ejabberd (Protocol 1.0)
-- | xmpp-info: -- | xmpp-info:
-- | XMPP -- | Respects server name
-- | Lang -- | info:
-- | ru -- | xmpp:
-- | v1.0 -- | lang: en
-- | features -- | version: 1.0
-- | In-Band Registration -- | capabilities:
-- | TLS (before TLS stream) -- | node: http://www.process-one.net/en/ejabberd/
-- | capabilities -- | ver: TQ2JFyRoSa70h2G1bpgjzuXb2sU=
-- | node -- | features:
-- | http://www.process-one.net/en/ejabberd/ -- | In-Band Registration
-- | ver -- | auth_mechanisms:
-- | rvAR01fKsc40hT0hOLGDuG25y9o= -- | DIGEST-MD5
-- | COMPRESSION METHODS (1) -- | SCRAM-SHA-1
-- | zlib -- | PLAIN
-- | AUTH MECHANISMS (2) -- | pre_tls:
-- | DIGEST-MD5 -- | features:
-- | PLAIN (in TLS stream) -- |_ TLS
-- |_ Ignores server name --@xmloutput
-- <elem>Respects server name</elem>
-- <table key="info">
-- <table key="xmpp">
-- <elem key="lang">en</elem>
-- <elem key="version">1.0</elem>
-- </table>
-- <table key="capabilities">
-- <elem key="node">http://www.process-one.net/en/ejabberd/</elem>
-- <elem key="ver">TQ2JFyRoSa70h2G1bpgjzuXb2sU=</elem>
-- </table>
-- <table key="features">
-- <elem>In-Band Registration</elem>
-- </table>
-- <table key="auth_mechanisms">
-- <elem>DIGEST-MD5</elem>
-- <elem>SCRAM-SHA-1</elem>
-- <elem>PLAIN</elem>
-- </table>
-- </table>
-- <table key="pre_tls">
-- <table key="features">
-- <elem>TLS</elem>
-- </table>
-- </table>
-- --
-- @args xmpp-info.server_name If set, overwrites hello name sent to the server. -- @args xmpp-info.server_name If set, overwrites hello name sent to the server.
-- It can be necessary if XMPP server's name differs from DNS name. -- It can be necessary if XMPP server's name differs from DNS name.