Fix false negatives and typos in Redis CVE-2022-0543.yaml and exposed-redis.yaml
parent
65ee5541f2
commit
82875b0e44
|
@ -30,7 +30,8 @@ info:
|
|||
tags: cve,cve2022,network,redis,unauth,rce,kev
|
||||
tcp:
|
||||
- host:
|
||||
- "tls://{Hostname}}"
|
||||
- "{{Hostname}}"
|
||||
- "tls://{{Hostname}}"
|
||||
port: 6380
|
||||
|
||||
inputs:
|
||||
|
|
|
@ -20,7 +20,8 @@ tcp:
|
|||
- data: "info\r\nquit\r\n"
|
||||
|
||||
host:
|
||||
- "tls://{Hostname}}"
|
||||
- "{{Hostname}}"
|
||||
- "tls://{{Hostname}}"
|
||||
port: 6380
|
||||
read-size: 2048
|
||||
|
||||
|
|
Loading…
Reference in New Issue