Merge pull request #8668 from projectdiscovery/fix-redis-detection

Fix Redis Detection (redis-detect.yaml)
patch-1
pussycat0x 2023-11-21 13:53:04 +05:30 committed by GitHub
commit 0c9ac721a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,8 @@ tcp:
- data: "*1\r\n$4\r\ninfo\r\n"
host:
- "tls://{{Host}}"
- "{{Hostname}}"
- "tls://{{Hostname}}"
port: 6380
read-size: 1024