Modules
Oracle
Namespace: oracle
Table of contents
Interfaces
Functions
Functions
IsOracle
▸ IsOracle(host
, port
): IsOracleResponse
| null
IsOracle checks if a host is running an Oracle server
Parameters
Name | Type |
---|---|
host | string |
port | number |
Returns
IsOracleResponse
| null
Example
const oracle = require('nuclei/oracle');
const isOracle = oracle.IsOracle('acme.com', 1521);
log(toJSON(isOracle));
Defined in
oracle.ts:12