nuclei-templates/javascript/enumeration/pgsql/pgsql-default-db.yaml

57 lines
1.5 KiB
YAML
Raw Normal View History

2024-03-27 19:34:47 +00:00
id: pgsql-default-db
info:
name: Postgresql Default Database - Enumeration
author: pussycat0x
severity: high
description: |
2024-03-29 07:59:52 +00:00
postgres is the default database you will connect to before you have created any other databases.
2024-03-27 19:34:47 +00:00
reference:
2024-03-29 07:59:52 +00:00
- https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/SQL%20Injection/PostgreSQL%20Injection.md#postgresql-database-name
2024-03-27 19:34:47 +00:00
metadata:
2024-04-01 08:19:09 +00:00
verified: true
max-request: 40
shodan-query: "product:\"PostgreSQL\""
tags: js,network,postgresql,authenticated,enum
2024-07-10 12:08:01 +00:00
2024-03-27 19:34:47 +00:00
javascript:
- pre-condition: |
2024-07-10 12:08:01 +00:00
isPortOpen(Host,Port);
code: |
2024-03-27 19:34:47 +00:00
const postgres = require('nuclei/postgres');
const client = new postgres.PGClient;
connected = client.ConnectWithDB(Host, Port, User, Pass, Db);
connected ;
args:
Host: "{{Host}}"
Port: 5432
User: "{{usernames}}"
Pass: "{{password}}"
Db: "{{database}}"
payloads:
usernames:
- postgres
2024-03-29 07:59:52 +00:00
- admin
password:
- postgres
-
- 123
2024-03-29 08:02:40 +00:00
- amber
2024-03-27 19:34:47 +00:00
database:
- foresight
- postgres
- template0
- template1
- test
2024-03-29 07:59:52 +00:00
2024-03-27 19:34:47 +00:00
attack: clusterbomb
matchers:
- type: dsl
dsl:
- "success == true"
- "response == true"
2024-03-29 08:02:40 +00:00
condition: and
# digest: 4a0a00473045022014d6608bd7ea565dcfcc03737ba47f182ca0615eb058fb9d28b9cac8b4cd85270221009d47da500ce31d5579ad08f02cdf8974381cb167e3368a3333b34a4ccea9c66a:922c64590222798bb761d5b6d8e72950