Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsOracleResponse ¶
IsOracleResponse is the response from the IsOracle function.
type OracleClient ¶
type OracleClient struct{}
OracleClient is a minimal Oracle client for nuclei scripts.
func (*OracleClient) IsOracle ¶
func (c *OracleClient) IsOracle(host string, port int) (IsOracleResponse, error)
IsOracle checks if a host is running an Oracle server.
Click to show internal directories.
Click to hide internal directories.