Documentation ¶
Index ¶
- func CheckDomainPermutations(cfg *cmd.Config)
- func CheckKeywordPermutations(cfg *cmd.Config)
- func GetDomainPermutations() []string
- func GetKeywordPermutations() []string
- func Init(cfg *cmd.Config)
- func PermutateDomain(domain, suffix, cfgPermutationsFile string) []string
- func PermutateDomainRunner(cfg *cmd.Config)
- func PermutateKeyword(keyword, cfgPermutationsFile string) []string
- func PermutateKeywordRunner(cfg *cmd.Config)
- type Domain
- type Keyword
- type PermutatedDomain
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDomainPermutations ¶
CheckDomainPermutations runs through all permutations checking them for PUBLIC/FORBIDDEN buckets
func CheckKeywordPermutations ¶
CheckKeywordPermutations runs through all permutations checking them for PUBLIC/FORBIDDEN buckets
func GetDomainPermutations ¶
func GetDomainPermutations() []string
GetDomainPermutations returns the permutations
func GetKeywordPermutations ¶
func GetKeywordPermutations() []string
GetKeywordPermutations returns the permutations
func PermutateDomain ¶
PermutateDomain returns all possible domain permutations
func PermutateDomainRunner ¶
PermutateDomainRunner stores the dbQ results into the database
func PermutateKeyword ¶
PermutateKeyword returns all possible keyword permutations
func PermutateKeywordRunner ¶
PermutateKeywordRunner stores the dbQ results into the database
Types ¶
type PermutatedDomain ¶
PermutatedDomain is a permutation of the domain
Click to show internal directories.
Click to hide internal directories.