Documentation ¶
Index ¶
- Constants
- Variables
- func ConfigureOutput(options *types.Options)
- func DefaultOptions(options *types.Options)
- func ParserOptions() *types.Options
- func ValidateRunEnumeration(options *types.Options) error
- type Runner
- func (r *Runner) Close()
- func (r *Runner) DisableAliveCheck() bool
- func (r *Runner) DisableAutoPathScan() bool
- func (r *Runner) IsRunOperatorMode() bool
- func (r *Runner) IsRunPathScanMode() bool
- func (r *Runner) IsRunSubdomainMode() bool
- func (r *Runner) IsRunUncoverMode() bool
- func (r *Runner) RunEnumeration() error
Constants ¶
View Source
const ( HeaderKeyUserAgent = "User-Agent" HeaderKeyCookie = "Cookie" HeaderKeyAuthorization = "Authorization" )
View Source
const (
Version = `2.1.2`
)
Variables ¶
View Source
var ( DefaultPathScanDir = filepath.Join(folderutil.HomeDirOrDefault("."), ".config", "pathScan") DefaultMatchDir = filepath.Join(DefaultPathScanDir, "match-config") DefaultProviderConfigLocation = filepath.Join(DefaultPathScanDir, "provider-config.yaml") DefaultPathScanConfig = filepath.Join(DefaultPathScanDir, "config.yaml") PathScanMatchVersion, _ = util.GetMatchVersion(DefaultMatchDir) )
Functions ¶
func ConfigureOutput ¶
func DefaultOptions ¶
func ParserOptions ¶
func ValidateRunEnumeration ¶
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) DisableAliveCheck ¶ added in v2.1.0
func (*Runner) DisableAutoPathScan ¶ added in v2.1.0
func (*Runner) IsRunOperatorMode ¶ added in v2.1.0
func (*Runner) IsRunPathScanMode ¶
func (*Runner) IsRunSubdomainMode ¶
func (*Runner) IsRunUncoverMode ¶
func (*Runner) RunEnumeration ¶
Click to show internal directories.
Click to hide internal directories.