Skip to main content

Documentation Index

Fetch the complete documentation index at: https://projectdiscovery.sec-lab.cn/llms.txt

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

命名空间: oracle

目录

接口

函数

函数

IsOracle

IsOracle(host, port): IsOracleResponse | null IsOracle 检查主机是否运行 Oracle 服务器

参数

名称类型
hoststring
portnumber

返回值

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

定义于

oracle.ts:12