Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUpdateCallback ¶
func GetUpdateCallback() func()
GetUpdateCallback returns a callback function that updates alterx
Types ¶
type Options ¶
type Options struct {
Domains goflags.StringSlice // Subdomains to use as base
Patterns goflags.StringSlice // Input Patterns
Payloads map[string][]string // Input Payloads/WordLists
Output string
Config string
PermutationConfig string
Estimate bool
DisableUpdateCheck bool
Verbose bool
Silent bool
Enrich bool
Limit int
MaxSize int
Mode string
MinDistance int
MaxDistance int
PatternThreshold int
QualityRatio int
NgramsLimit int
SaveRules string
// contains filtered or unexported fields
}
func ParseFlags ¶
func ParseFlags() *Options
Click to show internal directories.
Click to hide internal directories.