Fix psql-detect.yaml
parent
b889c0fddb
commit
9435cca227
|
@ -31,6 +31,7 @@ tcp:
|
||||||
- "{{Host}}:5432"
|
- "{{Host}}:5432"
|
||||||
read-size: 2048
|
read-size: 2048
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
|
@ -42,3 +43,11 @@ tcp:
|
||||||
- "user \"nuclei\"" # The user nuclei (sent in request) doesn't exist
|
- "user \"nuclei\"" # The user nuclei (sent in request) doesn't exist
|
||||||
- "database \"nuclei\"" # The db nuclei (sent in request) doesn't exist"
|
- "database \"nuclei\"" # The db nuclei (sent in request) doesn't exist"
|
||||||
condition: or
|
condition: or
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- denied
|
||||||
|
- Bad request
|
||||||
|
- HTTP
|
||||||
|
- 400
|
||||||
|
condition: or
|
||||||
|
negative: true
|
||||||
|
|
Loading…
Reference in New Issue