Fix unauth-psql.yaml false positive

Fix unauth-psql.yaml giving false positive results when the request is
reflected in the HTTP/FTP response.
patch-1
pentesttoolscom 2023-08-14 10:07:02 +03:00
parent a75311988d
commit a608067c3c
No known key found for this signature in database
GPG Key ID: F0A855624E6BD076
1 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,7 @@ tcp:
- "{{Hostname}}"
- "{{Host}}:5432"
matchers-condition: and
matchers:
- type: word
part: raw
@ -34,3 +35,10 @@ tcp:
- "Locale Provider"
- "Owner"
condition: and
- type: word
words:
- "FTP"
- "HTTP"
condition: or
negative: true