Update pgsql-detect.yaml

patch-1
geeknik 2023-12-13 22:50:23 +00:00 committed by GitHub
parent 189e377848
commit 36d8c2fb03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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