exploit

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 22, 2023 License: Apache-2.0 Imports: 8 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunProgram

func RunProgram(sploit Exploit, conf *config.Config)

Types

type Exploit

type Exploit interface {
	ValidateTarget(conf *config.Config) bool
	CheckVersion(conf *config.Config) VersionCheckType
	RunExploit(conf *config.Config) bool
}

type VersionCheckType

type VersionCheckType int
const (
	NotVulnerable      VersionCheckType = 0
	Vulnerable         VersionCheckType = 1
	PossiblyVulnerable VersionCheckType = 2
	Unknown            VersionCheckType = 3
	NotImplemented     VersionCheckType = 4
)

Directories

Path Synopsis
c2

Jump to

Keyboard shortcuts

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