Documentation Index
Fetch the complete documentation index at: https://projectdiscovery-new-js-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Class: OracleClient
oracle.OracleClient OracleClient is a minimal Oracle client for nuclei scripts.Example
Table of contents
Constructors
Methods
Constructors
constructor
• new OracleClient():OracleClient
Returns
OracleClient
Defined in
oracle.ts:15Methods
IsOracle
▸ IsOracle(host, port): IsOracleResponse
IsOracle checks if a host is running an Oracle server
Parameters
| Name | Type |
|---|---|
host | string |
port | number |
Returns
IsOracleResponse
Example