nuclei-templates/network/detection/pgsql-detect.yaml

52 lines
2.1 KiB
YAML
Raw Permalink Normal View History

2023-03-10 21:37:55 +00:00
id: pgsql-detect
info:
name: PostgreSQL Authentication - Detect
2023-12-13 22:50:23 +00:00
author: nybble04,geeknik
2023-03-10 21:37:55 +00:00
severity: info
description: |
PostgreSQL authentication error messages which could reveal information useful in formulating further attacks were detected.
2023-03-10 21:37:55 +00:00
reference:
- https://www.postgresql.org/docs/current/errcodes-appendix.html
- https://www.postgresql.org/docs/current/client-authentication-problems.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
2023-03-10 21:37:55 +00:00
metadata:
max-request: 1
2023-03-10 21:37:55 +00:00
shodan-query: port:5432 product:"PostgreSQL"
verified: true
tags: network,postgresql,db,detect
tcp:
2023-03-10 21:37:55 +00:00
- inputs:
- data: "000000500003000075736572006e75636c6569006461746162617365006e75636c6569006170706c69636174696f6e5f6e616d65007073716c00636c69656e745f656e636f64696e6700555446380000"
type: hex
- data: "7000000036534352414d2d5348412d32353600000000206e2c2c6e3d2c723d000000000000000000000000000000000000000000000000"
type: hex
host:
- "{{Hostname}}"
2023-09-16 19:35:21 +00:00
port: 5432
2023-03-10 21:37:55 +00:00
read-size: 2048
2023-08-07 14:39:37 +00:00
matchers-condition: and
2023-03-10 21:37:55 +00:00
matchers:
- type: word
part: body
words:
2023-12-13 22:50:23 +00:00
- "C0A000" # Error code for unsupported frontend protocol
- "C08P01" # Error code for invalide startup packet layout
2023-03-10 21:37:55 +00:00
- "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"
condition: or
2023-08-08 17:14:31 +00:00
2023-08-07 14:39:37 +00:00
- type: word
words:
2023-08-08 17:14:31 +00:00
- "HTTP/1.1"
2023-08-07 14:39:37 +00:00
negative: true
# digest: 4a0a004730450220190550562f0223183090e8ca4117ace44d725bdece7b84c58edaed8d93935aa7022100872d6d635b69589e7e99749cae0639a48551bbdee2d3d7038aa4699257a00383:922c64590222798bb761d5b6d8e72950