condition -updated
parent
7869328bc6
commit
ed7f45fd03
|
@ -30,9 +30,10 @@ network:
|
|||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "28000" # Error code for invalid_authorization_specification
|
||||
- "28P01" # Error code for invalid_password
|
||||
- "SCRAM-SHA-256" # Authentication prompt
|
||||
- "pg_hba.conf" # Client authentication config file
|
||||
- "user \"nuclei\"" # The user nuclei (sent in request) doesn't exist
|
||||
- "database \"nuclei\"" # The db nuclei (sent in request) doesn't exist
|
||||
- "28000"
|
||||
- "28P01"
|
||||
- "SCRAM-SHA-256"
|
||||
- "pg_hba.conf"
|
||||
- "user \"nuclei\""
|
||||
- "database \"nuclei\""
|
||||
condition: or
|
||||
|
|
Loading…
Reference in New Issue