id: pgsql-version-detect info: name: Postgresql Version - Detect author: pussycat0x severity: high description: | Detect Postgresql Version. reference: - https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/SQL%20Injection/PostgreSQL%20Injection.md#postgresql-version metadata: verified: true max-request: 8 shodan-query: "product:\"PostgreSQL\"" tags: js,network,postgresql,enum,authenticated javascript: - pre-condition: | isPortOpen(Host,Port); 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 - admin password: - postgres - - 123 - amber database: - postgres attack: clusterbomb extractors: - type: json json: - '.Rows[0].version' # digest: 4a0a0047304502210097a574548af5a9e6ae16ced00db5f876f99e693b283f4955b5597ae34a3393ff022033842cb81c360d9a3f76a92b36037f0e1a3dab9bd413b0288f4b6ae0daa16476:922c64590222798bb761d5b6d8e72950