Documentation Index
Fetch the complete documentation index at: https://projectdiscovery-subfinder-reference-blog.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
oracle
- oracle
OracleClient.IsOracle(host, port)⇒IsOracleResponse
IsOracleResponse:object
(oracle).OracleClient
OracleClient is a minimal Oracle client for nuclei scripts. Kind: inner class oforacle
oracleClient.IsOracle(host, port) ⇒ IsOracleResponse
IsOracle checks if a host is running an Oracle server.
Kind: instance method of OracleClientReturns:
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. |
(oracle).IsOracleResponse : object
IsOracleResponse is an object containing the response from the Oracle server.
Kind: inner typedef of oracle