Documentation ¶
Index ¶
Constants ¶
View Source
const ( HeaderKeyUserAgent = "User-Agent" HeaderKeyCookie = "Cookie" HeaderKeyAuthorization = "Authorization" )
View Source
const (
Version = `2.0.5`
)
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) IsRunPathScanMode ¶
func (*Runner) IsRunSubdomainMode ¶
func (*Runner) IsRunUncoverMode ¶
func (*Runner) RunEnumeration ¶
Click to show internal directories.
Click to hide internal directories.