Fix false negatives and typos in Redis CVE-2022-0543.yaml and exposed-redis.yaml

patch-1
pentesttools-com 2023-11-13 11:36:38 +02:00
parent 65ee5541f2
commit 82875b0e44
No known key found for this signature in database
GPG Key ID: E91170F167EF0179
2 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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