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

48 lines
1.2 KiB
YAML
Raw Normal View History

2024-03-27 19:34:47 +00:00
id: pgsql-version-detect
info:
name: Postgresql Version - Detect
author: pussycat0x
2024-03-29 07:59:52 +00:00
severity: high
2024-03-27 19:34:47 +00:00
description: |
2024-03-29 07:59:52 +00:00
Detect Postgresql Version.
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-version
2024-03-27 19:34:47 +00:00
metadata:
shodan-query: product:"PostgreSQL"
2024-04-01 08:19:09 +00:00
verified: true
2024-03-29 07:59:52 +00:00
tags: js,network,postgresql,enum,authenticated
2024-03-27 19:34:47 +00:00
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 07:59:52 +00:00
- admin
2024-03-27 19:34:47 +00:00
password:
- postgres
2024-03-29 07:59:52 +00:00
-
- 123
- amber
database:
- postgres
2024-03-27 19:34:47 +00:00
2024-03-29 13:08:05 +00:00
attack: clusterbomb
2024-03-29 13:05:02 +00:00
2024-03-27 19:34:47 +00:00
extractors:
- type: json
json:
2024-03-29 13:05:02 +00:00
- '.Rows[0].version'
# digest: 490a0046304402203384466c9313060ea59f293d94bd09aa30c9d99c0a05dd2ecd4315ddfa2ca0d202204d8212fedc3a1940e5b559d4da849d8ad93083192005f0124e87df32c2a4088b:922c64590222798bb761d5b6d8e72950