Modules
Oracle
oracle
- oracle
OracleClient
.IsOracle(host, port)
⇒IsOracleResponse
IsOracleResponse
:object
(oracle).OracleClient
OracleClient is a minimal Oracle client for nuclei scripts.
Kind: inner class of oracle
oracleClient.IsOracle(host, port) ⇒ IsOracleResponse
IsOracle checks if a host is running an Oracle server.
Kind: instance method of OracleClient
Returns: IsOracleResponse
- - The response from the Oracle server.
Throws:
error
- The error encountered during the check.
Param | Type | Description |
---|---|---|
host | string | The host to check. |
port | int | The port to check. |
Example
(oracle).IsOracleResponse : object
IsOracleResponse is an object containing the response from the Oracle server.
Kind: inner typedef of oracle
Was this page helpful?