Enhancement: network/detection/rtsp-detect.yaml by md
parent
3e2df9f3cd
commit
455f69376f
|
@ -1,13 +1,17 @@
|
|||
id: rtsp-detect
|
||||
|
||||
info:
|
||||
name: RTSP Detect
|
||||
name: RTSP - Detect
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
description: |
|
||||
The Real Time Streaming Protocol is an application-level network protocol designed for multiplexing and packetizing multimedia transport streams over a suitable transport protocol.
|
||||
RTSP was detected.
|
||||
reference: |
|
||||
https://nmap.org/nsedoc/scripts/rtsp-methods.html
|
||||
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
|
||||
metadata:
|
||||
verified: "true"
|
||||
shodan-query: RTSP/1.0
|
||||
|
@ -27,3 +31,5 @@ network:
|
|||
- type: word
|
||||
words:
|
||||
- "RTSP/1.0"
|
||||
|
||||
# Enhanced by md on 2023/03/29
|
||||
|
|
Loading…
Reference in New Issue