Fix unauth_psql detection on other protocols
If the protocol we send the request to reflects our message we detect it as a FP. Excluding a 500 error code should be a more general rule.patch-1
parent
d075b59bc6
commit
95da9ded2c
|
@ -37,8 +37,10 @@ tcp:
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
part: raw
|
||||||
words:
|
words:
|
||||||
- "FTP"
|
- "FTP"
|
||||||
- "HTTP"
|
- "HTTP"
|
||||||
|
- "500"
|
||||||
condition: or
|
condition: or
|
||||||
negative: true
|
negative: true
|
||||||
|
|
Loading…
Reference in New Issue