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
-- | Board Support Package: PCD ARM940T REV 1
-- | 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"
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
-- PORT STATE SERVICE REASON VERSION
-- 5222/tcp open jabber syn-ack ejabberd (Protocol 1.0)
-- | xmpp-info:
-- | XMPP
-- | Lang
-- | ru
-- | v1.0
-- | features
-- | In-Band Registration
-- | TLS (before TLS stream)
-- | capabilities
-- | node
-- | http://www.process-one.net/en/ejabberd/
-- | ver
-- | rvAR01fKsc40hT0hOLGDuG25y9o=
-- | COMPRESSION METHODS (1)
-- | zlib
-- | AUTH MECHANISMS (2)
-- | DIGEST-MD5
-- | PLAIN (in TLS stream)
-- |_ Ignores server name
-- | xmpp-info:
-- | Respects server name
-- | info:
-- | xmpp:
-- | lang: en
-- | version: 1.0
-- | capabilities:
-- | node: http://www.process-one.net/en/ejabberd/
-- | ver: TQ2JFyRoSa70h2G1bpgjzuXb2sU=
-- | features:
-- | In-Band Registration
-- | auth_mechanisms:
-- | DIGEST-MD5
-- | SCRAM-SHA-1
-- | PLAIN
-- | pre_tls:
-- | features:
-- |_ TLS
--@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.
-- It can be necessary if XMPP server's name differs from DNS name.