mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-03 17:23:30 +08:00
JS pre-condition - update
This commit is contained in:
@@ -16,9 +16,7 @@ info:
|
||||
tags: js,network,postgresql,authenticated,enum
|
||||
javascript:
|
||||
- pre-condition: |
|
||||
var m = require("nuclei/postgres");
|
||||
var c = m.PGClient();
|
||||
c.IsPostgres(Host, Port);
|
||||
isPortOpen(Host,Port);
|
||||
code: |
|
||||
const postgres = require('nuclei/postgres');
|
||||
const client = new postgres.PGClient;
|
||||
|
||||
Reference in New Issue
Block a user