Update oracle-tns-listener.yaml

patch-1
pussycat0x 2024-04-02 12:35:05 +05:30 committed by GitHub
parent 4c85f4395e
commit fc19e38589
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -17,8 +17,7 @@ info:
javascript:
- code: |
var m = require("nuclei/oracle");
var c = m.OracleClient();
var response = c.IsOracle(Host, Port);
var response = m.IsOracle(Host, Port);
Export(response);
args:
Host: "{{Host}}"