Skip to main content

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.

Interface: IsOracleResponse

oracle.IsOracleResponse IsOracleResponse is the response from the IsOracle function. this is returned by IsOracle function. Example
const oracle = require('nuclei/oracle');
const isOracle = oracle.IsOracle('acme.com', 1521);

Table of contents

Properties

Properties

Optional Banner: string

Defined in

oracle.ts:47

IsOracle

Optional IsOracle: boolean

Defined in

oracle.ts:45