JS pre-condition - update

This commit is contained in:
pussycat0x
2024-07-10 17:38:01 +05:30
parent e11528b542
commit adcff81246
45 changed files with 140 additions and 62 deletions

View File

@@ -13,8 +13,11 @@ info:
max-request: 1
shodan-query: "product:\"PostgreSQL\""
tags: js,network,postgresql,authenticated
javascript:
- code: |
- pre-condition: |
isPortOpen(Host,Port);
code: |
const postgres = require('nuclei/postgres');
const client = new postgres.PGClient;
const connected = client.Connect(Host, Port, User, Pass);