Documentation
¶
Index ¶
Constants ¶
View Source
const ( UsageMsg string = "[options] -d DOMAIN" Description string = "Interface with the engine that performs enumerations" )
Variables ¶
This section is empty.
Functions ¶
func CLIWorkflow ¶
func NewFlagset ¶
func NewFlagset(args *Args, errorHandling flag.ErrorHandling) *flag.FlagSet
Types ¶
type Args ¶
type Args struct {
Help bool
Addresses afmt.ParseIPs
ASNs afmt.ParseInts
CIDRs afmt.ParseCIDRs
AltWordList *stringset.Set
AltWordListMask *stringset.Set
BruteWordList *stringset.Set
BruteWordListMask *stringset.Set
Blacklist *stringset.Set
Domains *stringset.Set
Engine string
Excluded *stringset.Set
Included *stringset.Set
Interface string
MaxDepth int
MinForRecursive int
Names *stringset.Set
Ports afmt.ParseInts
Resolvers *stringset.Set
Timeout int
Options struct {
Active bool
Alterations bool
BruteForcing bool
DemoMode bool
ListSources bool
NoAlts bool
NoColor bool
NoRecursive bool
Passive bool
Rigid bool
Silent bool
Verbose bool
}
Filepaths struct {
AllFilePrefix string
AltWordlist afmt.ParseStrings
Blacklist string
BruteWordlist afmt.ParseStrings
ConfigFile string
Directory string
Domains afmt.ParseStrings
JSONOutput string
LogFile string
Names afmt.ParseStrings
Resolvers afmt.ParseStrings
}
}
Click to show internal directories.
Click to hide internal directories.