Documentation
¶
Index ¶
Constants ¶
View Source
const BundledWordlistURL = "https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/common.txt"
Bundled wordlist URL (SecLists common.txt)
Variables ¶
View Source
var DefaultWordlists = []string{
"/usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt",
"/usr/share/seclists/Discovery/Web-Content/common.txt",
"/usr/share/wordlists/dirb/common.txt",
}
Default wordlist paths (in order of preference)
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager handles wordlist operations
func NewManager ¶
NewManager creates a new wordlist manager
Click to show internal directories.
Click to hide internal directories.