Enhancement: network/detect-jabber-xmpp.yaml by md
parent
e3b26e37a5
commit
f2e530fa0e
|
@ -1,12 +1,16 @@
|
|||
id: detect-jabber-xmpp
|
||||
|
||||
info:
|
||||
name: Detects Jabber XMPP Instance
|
||||
name: Jabber XMPP Protocol - Detect
|
||||
author: geeknik
|
||||
severity: info
|
||||
description: Jabber is the original name of the Extensible Messaging and Presence Protocol (XMPP), the open technology for instant messaging and presence.
|
||||
description: Jabber XMPP protocol was detected.
|
||||
reference:
|
||||
- https://datatracker.ietf.org/doc/html/rfc6120
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cvss-score: 0.0
|
||||
cwe-id: CWE-200
|
||||
tags: network,jabber,xmpp,messaging
|
||||
|
||||
network:
|
||||
|
@ -23,3 +27,5 @@ network:
|
|||
- "stream:stream xmlns:stream"
|
||||
- "stream:error xmlns:stream"
|
||||
condition: or
|
||||
|
||||
# Enhanced by md on 2023/02/06
|
||||
|
|
Loading…
Reference in New Issue