Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

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

NameType
hoststring
portnumber

Returns

IsOracleResponse | null Example
const oracle = require('nuclei/oracle');
const isOracle = oracle.IsOracle('acme.com', 1521);
log(toJSON(isOracle));

Defined in

oracle.ts:12