Enhancement: network/detection/redis-detect.yaml by md
parent
2667af3112
commit
cd35c9dc5a
|
@ -1,9 +1,14 @@
|
|||
id: redis-detect
|
||||
|
||||
info:
|
||||
name: Redis Detection
|
||||
name: Redis Service - Detect
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
description: Redis service was detected.
|
||||
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: product:"redis"
|
||||
|
@ -25,3 +30,5 @@ network:
|
|||
- "CONFIG REWRITE"
|
||||
- "NOAUTH Authentication"
|
||||
condition: or
|
||||
|
||||
# Enhanced by md on 2023/02/06
|
||||
|
|
Loading…
Reference in New Issue