Update pgsql-detect.yaml
parent
189e377848
commit
36d8c2fb03
|
@ -2,7 +2,7 @@ id: pgsql-detect
|
|||
|
||||
info:
|
||||
name: PostgreSQL Authentication - Detect
|
||||
author: nybble04
|
||||
author: nybble04,geeknik
|
||||
severity: info
|
||||
description: |
|
||||
PostgreSQL authentication error messages which could reveal information useful in formulating further attacks were detected.
|
||||
|
@ -35,6 +35,8 @@ tcp:
|
|||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "C0A000" # Error code for unsupported frontend protocol
|
||||
- "C08P01" # Error code for invalide startup packet layout
|
||||
- "28000" # Error code for invalid_authorization_specification
|
||||
- "28P01" # Error code for invalid_password
|
||||
- "SCRAM-SHA-256" # Authentication prompt
|
||||
|
|
Loading…
Reference in New Issue