commit
54570db96d
|
@ -31,6 +31,7 @@ tcp:
|
|||
- "{{Host}}:5432"
|
||||
read-size: 2048
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
|
@ -42,3 +43,8 @@ tcp:
|
|||
- "user \"nuclei\"" # The user nuclei (sent in request) doesn't exist
|
||||
- "database \"nuclei\"" # The db nuclei (sent in request) doesn't exist"
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "HTTP/1.1"
|
||||
negative: true
|
||||
|
|
Loading…
Reference in New Issue