Skip to content

Commit

Permalink
Merge pull request #8668 from projectdiscovery/fix-redis-detection
Browse files Browse the repository at this point in the history
Fix Redis Detection (redis-detect.yaml)
  • Loading branch information
pussycat0x committed Nov 21, 2023
2 parents 28d11a8 + 5fc428d commit 0c9ac72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions network/detection/redis-detect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -30,4 +31,4 @@ tcp:
- "CONFIG REWRITE"
- "NOAUTH Authentication"
condition: or
# digest: 4b0a00483046022100ff0c9e1b31b570aebffb88efc242fee5e45db9bbee7a90035fa5382e28bba1b4022100ee2807ec727add20da8012d95569ed340459a2f244ee671764274ad0b7ba5b33:922c64590222798bb761d5b6d8e72950
# digest: 4b0a00483046022100ff0c9e1b31b570aebffb88efc242fee5e45db9bbee7a90035fa5382e28bba1b4022100ee2807ec727add20da8012d95569ed340459a2f244ee671764274ad0b7ba5b33:922c64590222798bb761d5b6d8e72950

0 comments on commit 0c9ac72

Please sign in to comment.