Files
nuclei-templates/javascript/enumeration/pgsql/pgsql-version-detect.yaml

48 lines
1.2 KiB
YAML
Raw Normal View History

2024-03-28 01:04:47 +05:30
id: pgsql-version-detect
info:
name: Postgresql Version - Detect
author: pussycat0x
2024-03-29 13:29:52 +05:30
severity: high
2024-03-28 01:04:47 +05:30
description: |
2024-03-29 13:29:52 +05:30
Detect Postgresql Version.
2024-03-28 01:04:47 +05:30
reference:
2024-03-29 13:29:52 +05:30
- https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/SQL%20Injection/PostgreSQL%20Injection.md#postgresql-version
2024-03-28 01:04:47 +05:30
metadata:
shodan-query: product:"PostgreSQL"
2024-04-01 13:49:09 +05:30
verified: true
2024-03-29 13:29:52 +05:30
tags: js,network,postgresql,enum,authenticated
2024-03-28 01:04:47 +05:30
javascript:
- code: |
const postgres = require('nuclei/postgres');
const client = new postgres.PGClient;
connected = client.ExecuteQuery(Host, Port, User, Pass, Db, "select version();");
Export(connected);
args:
Host: "{{Host}}"
Port: 5432
User: "{{usernames}}"
Pass: "{{password}}"
Db: "{{database}}"
payloads:
usernames:
- postgres
2024-03-29 13:29:52 +05:30
- admin
2024-03-28 01:04:47 +05:30
password:
- postgres
2024-03-29 13:29:52 +05:30
-
- 123
- amber
database:
- postgres
2024-03-28 01:04:47 +05:30
2024-03-29 18:38:05 +05:30
attack: clusterbomb
2024-03-29 18:35:02 +05:30
2024-03-28 01:04:47 +05:30
extractors:
- type: json
json:
2024-03-29 18:35:02 +05:30
- '.Rows[0].version'
# digest: 490a0046304402203384466c9313060ea59f293d94bd09aa30c9d99c0a05dd2ecd4315ddfa2ca0d202204d8212fedc3a1940e5b559d4da849d8ad93083192005f0124e87df32c2a4088b:922c64590222798bb761d5b6d8e72950