TemplateMan Update [Mon Apr 8 11:30:07 UTC 2024] 🤖

This commit is contained in:
GitHub Action
2024-04-08 11:30:07 +00:00
parent 465915c16e
commit 433dda4ae5
2075 changed files with 3395 additions and 3315 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');