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
|
tags: cve,cve2022,network,redis,unauth,rce,kev
|
||||||
tcp:
|
tcp:
|
||||||
- host:
|
- host:
|
||||||
- "tls://{Hostname}}"
|
- "{{Hostname}}"
|
||||||
|
- "tls://{{Hostname}}"
|
||||||
port: 6380
|
port: 6380
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
@ -20,7 +20,8 @@ tcp:
|
||||||
- data: "info\r\nquit\r\n"
|
- data: "info\r\nquit\r\n"
|
||||||
|
|
||||||
host:
|
host:
|
||||||
- "tls://{Hostname}}"
|
- "{{Hostname}}"
|
||||||
|
- "tls://{{Hostname}}"
|
||||||
port: 6380
|
port: 6380
|
||||||
read-size: 2048
|
read-size: 2048
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue