mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-12 21:53:39 +08:00
JS pre-condition - update
This commit is contained in:
@@ -16,7 +16,9 @@ info:
|
||||
shodan-query: "product:\"PostgreSQL\""
|
||||
tags: postgresql,js,network,rce
|
||||
javascript:
|
||||
- code: |
|
||||
- pre-condition: |
|
||||
isPortOpen(Host,Port);
|
||||
code: |
|
||||
const postgres = require('nuclei/postgres');
|
||||
const client = new postgres.PGClient;
|
||||
const collab = shurl
|
||||
|
||||
Reference in New Issue
Block a user