TemplateMan Update [Fri Jun 7 10:04:28 UTC 2024] 🤖

This commit is contained in:
GitHub Action
2024-06-07 10:04:29 +00:00
parent 262b446300
commit f559aeaeb9
2476 changed files with 9883 additions and 4859 deletions

View File

@@ -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');

View File

@@ -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');

View File

@@ -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');

View File

@@ -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');

View File

@@ -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');

View File

@@ -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');