oracle

package
v3.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: MIT, Apache-2.0 Imports: 9 Imported by: 2

Documentation

Overview

Warning - This is generated code

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsOracleResponse

type IsOracleResponse struct {
	IsOracle bool
	Banner   string
}

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

func IsOracle added in v3.2.0

func IsOracle(host string, port int) (IsOracleResponse, error)

IsOracle checks if a host is running an Oracle server @example ```javascript const oracle = require('nuclei/oracle'); const isOracle = oracle.IsOracle('acme.com', 1521); log(toJSON(isOracle)); ```

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL