Update matchers

patch-1
nybble04 2022-12-29 19:01:56 +04:00 committed by GitHub
parent a9c2622572
commit 7869328bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -9,6 +9,9 @@ info:
metadata:
verified: true
shodan-query: port:5432 product:"PostgreSQL"
reference:
- https://www.postgresql.org/docs/current/errcodes-appendix.html
- https://www.postgresql.org/docs/current/client-authentication-problems.html
tags: network,postgresql,db
network:
@ -27,5 +30,9 @@ network:
- type: word
part: body
words:
- "SCRAM-SHA-256"
- "Mpassword authentication failed for user"
- "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