cmd

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type CommonOptions

type CommonOptions struct {
	Input     string
	InputFile string

	OutputFile string
	ResultFile string

	NoColor bool
	Debug   bool
}

type CrackOptions

type CrackOptions struct {
	Module   string
	User     string
	Pass     string
	UserFile string
	PassFile string

	Threads  int
	Timeout  int
	Delay    int
	CrackAll bool
}

type DirscanOptions

type DirscanOptions struct {
	Proxy   string
	Threads int
	Timeout int
	Headers []string

	DirFile     string
	DirLang     string
	DirTypes    []string
	MaxMatched  int
	MatchStatus []int
}

type DomainscanOptions

type DomainscanOptions struct {
	ProviderFile  string
	SubdomainFile string
	SubnextFile   string

	Layer int
	Rate  string
}

type Ip

type Ip struct {
	Ip      string
	Ports   string
	Country string
	Area    string
	OS      string
}

type IpscanOptions

type IpscanOptions struct {
	PortRange string
	Rate      int
	Threads   int

	MaxPort int

	Crack bool
}

type PocscanOptions

type PocscanOptions struct {
	Timeout int
	Proxy   string
	Headers []string
	PocTags []string
}

type Service

type Service struct {
	Address  string
	Protocol string
	Version  string
}

type WebscanOptions

type WebscanOptions struct {
	Threads      int
	Timeout      int
	Proxy        string
	Headers      []string
	NoIconhash   bool
	NoWappalyzer bool

	FilterTags []string
	FingerFile string
}

Jump to

Keyboard shortcuts

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