nuclei-templates/network/enumeration/psql-user-enum.yaml

42 lines
968 B
YAML
Raw Normal View History

2023-06-28 12:46:54 +00:00
id: psql-user-enum
info:
name: PostgreSQL - User Enumeration
author: pussycat0x
severity: low
description: |
PSQL user enumeration.
reference:
- https://medium.com/@netscylla/pentesters-guide-to-postgresql-hacking-59895f4f007
metadata:
max-request: 1
2023-06-28 12:46:54 +00:00
shodan-query: port:5432 product:"PostgreSQL"
verified: "true"
2023-06-28 12:46:54 +00:00
tags: network,postgresql,db,unauth,enum,psql
tcp:
- inputs:
- data: "{{hex_encode('\u0000\u0000\u0000{{str}}\u0000\u0003\u0000\u0000user\u0000{{users}}\u0000database\u0000{{users}}\u0000application_name\u0000psql\u0000client_encoding\u0000UTF8\u0000\u0000')}}"
type: hex
host:
- "{{Hostname}}"
2023-09-16 19:35:21 +00:00
port: 5432
2023-06-28 12:46:54 +00:00
attack: clusterbomb
payloads:
users:
- postgres
- tst
str:
- J
- T
- R
matchers:
- type: word
part: raw
words:
- "client_encoding"
- "integer_datetimes"
condition: and