Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidDomain ¶
Types ¶
type Options ¶
type Options struct {
URL string `name:"url"`
Level int `name:"level"`
//LiveMode bool `name:"live"`
ExportFile string `name:"save to file"`
RegexMap map[string]string `name:"regexes"`
StatusResponses []int `name:"exclude codes"`
IncludedUrls []string `name:"include"`
Workers int `name:"workers"`
Delay int `name:"delay"`
Proxy *urlTool.URL `name:"proxy"`
TimeOut int `name:"timeout"`
UserAgent string `name:"user agent"`
}
func (*Options) BuildOptionBanner ¶
func (*Options) ManipulateData ¶
func (o *Options) ManipulateData()
func (*Options) PrintBanner ¶
func (o *Options) PrintBanner()
Click to show internal directories.
Click to hide internal directories.