mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 17:53:27 +08:00
TemplateMan Update [Fri Jun 7 10:04:28 UTC 2024] 🤖
This commit is contained in:
@@ -9,10 +9,10 @@ info:
|
||||
reference:
|
||||
- https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/SQL%20Injection/PostgreSQL%20Injection.md#postgresql-database-name
|
||||
metadata:
|
||||
shodan-query: product:"PostgreSQL"
|
||||
verified: true
|
||||
tags: js,network,postgresql,authenticated
|
||||
|
||||
max-request: 40
|
||||
shodan-query: "product:\"PostgreSQL\""
|
||||
tags: js,network,postgresql,authenticated,enum
|
||||
javascript:
|
||||
- code: |
|
||||
const postgres = require('nuclei/postgres');
|
||||
|
||||
@@ -9,10 +9,10 @@ info:
|
||||
reference:
|
||||
- https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/SQL%20Injection/PostgreSQL%20Injection.md#postgresql-file-read
|
||||
metadata:
|
||||
shodan-query: product:"PostgreSQL"
|
||||
verified: true
|
||||
tags: js,network,postgresql,authenticated
|
||||
|
||||
max-request: 8
|
||||
shodan-query: "product:\"PostgreSQL\""
|
||||
tags: js,network,postgresql,authenticated,enum
|
||||
javascript:
|
||||
- code: |
|
||||
const postgres = require('nuclei/postgres');
|
||||
|
||||
@@ -10,10 +10,10 @@ info:
|
||||
- https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/SQL%20Injection/PostgreSQL%20Injection.md#postgresql-list-password-hashes
|
||||
- https://launchbylunch.com/posts/2024/Jan/16/postgres-password-encryption/#postgresql-password-encryption-scram-sha-256
|
||||
metadata:
|
||||
shodan-query: product:"PostgreSQL"
|
||||
verified: true
|
||||
tags: js,network,postgresql,authenticated
|
||||
|
||||
max-request: 8
|
||||
shodan-query: "product:\"PostgreSQL\""
|
||||
tags: js,network,postgresql,authenticated,enum
|
||||
javascript:
|
||||
- code: |
|
||||
const postgres = require('nuclei/postgres');
|
||||
|
||||
@@ -11,10 +11,10 @@ info:
|
||||
- https://launchbylunch.com/posts/2024/Jan/16/postgres-password-encryption/#postgresql-password-encryption-scram-sha-256
|
||||
- https://github.com/rapid7/metasploit-framework/blob/master/documentation/modules/auxiliary/scanner/postgres/postgres_hashdump.md
|
||||
metadata:
|
||||
shodan-query: product:"PostgreSQL"
|
||||
verified: true
|
||||
tags: js,network,postgresql,authenticated
|
||||
|
||||
max-request: 8
|
||||
shodan-query: "product:\"PostgreSQL\""
|
||||
tags: js,network,postgresql,authenticated,enum
|
||||
javascript:
|
||||
- code: |
|
||||
const postgres = require('nuclei/postgres');
|
||||
|
||||
@@ -9,10 +9,10 @@ info:
|
||||
reference:
|
||||
- https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/SQL%20Injection/PostgreSQL%20Injection.md#postgresql-list-users
|
||||
metadata:
|
||||
shodan-query: product:"PostgreSQL"
|
||||
verified: true
|
||||
max-request: 8
|
||||
shodan-query: "product:\"PostgreSQL\""
|
||||
tags: js,network,postgresql,enum,authenticated
|
||||
|
||||
javascript:
|
||||
- code: |
|
||||
const postgres = require('nuclei/postgres');
|
||||
|
||||
@@ -9,10 +9,10 @@ info:
|
||||
reference:
|
||||
- https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/SQL%20Injection/PostgreSQL%20Injection.md#postgresql-version
|
||||
metadata:
|
||||
shodan-query: product:"PostgreSQL"
|
||||
verified: true
|
||||
max-request: 8
|
||||
shodan-query: "product:\"PostgreSQL\""
|
||||
tags: js,network,postgresql,enum,authenticated
|
||||
|
||||
javascript:
|
||||
- code: |
|
||||
const postgres = require('nuclei/postgres');
|
||||
|
||||
Reference in New Issue
Block a user