Documentation ¶
Index ¶
- func CleanSubdomain(s string) string
- func Crawl(config *Config)
- func DecodeChars(s string) string
- func FilterNewLines(s string) string
- func FixUrl(mainSite *url.URL, nextLoc string) string
- func GetDomain(site *url.URL) string
- func GetExtType(rawUrl string) string
- func GetRawCookie(cookies []*http.Cookie) string
- func InScope(u *url.URL, regexps []*regexp.Regexp) bool
- func LinkFinder(source string) []string
- func LoadCookies(rawCookie string) []*http.Cookie
- func NormalizePath(path string) string
- func ReadingLines(filename string) []string
- func Unique(intSlice []string) []string
- type Config
- type Stats
- type WordMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanSubdomain ¶
func DecodeChars ¶
func FilterNewLines ¶
func GetExtType ¶
func GetRawCookie ¶
func LinkFinder ¶
func LoadCookies ¶
func ReadingLines ¶
ReadingLines Reading file and return content as []string
Types ¶
type Config ¶
type Config struct { URL string List bool Sub bool Js bool Depth int SkipSSL bool Threads int Append string Prepend string Proxy string Cookies string UserAgent string OutputPath string OutputFilename string MinimumWordCount int MininumWordLength int MaximumWordLength int Verbose bool Domains []string Permutations []string Headers []string Offsite bool ShowCount bool }
Click to show internal directories.
Click to hide internal directories.