external

package
v0.0.0-...-8a9faf9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2019 License: GPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckDomainPermutations

func CheckDomainPermutations(cfg *cmd.Config)

CheckDomainPermutations runs through all permutations checking them for PUBLIC/FORBIDDEN buckets

func CheckKeywordPermutations

func CheckKeywordPermutations(cfg *cmd.Config)

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 Init

func Init(cfg *cmd.Config)

Init does low level initialization before we can run

func PermutateDomain

func PermutateDomain(domain, suffix, cfgPermutationsFile string) []string

PermutateDomain returns all possible domain permutations

func PermutateDomainRunner

func PermutateDomainRunner(cfg *cmd.Config)

PermutateDomainRunner stores the dbQ results into the database

func PermutateKeyword

func PermutateKeyword(keyword, cfgPermutationsFile string) []string

PermutateKeyword returns all possible keyword permutations

func PermutateKeywordRunner

func PermutateKeywordRunner(cfg *cmd.Config)

PermutateKeywordRunner stores the dbQ results into the database

Types

type Domain

type Domain struct {
	CN     string
	Domain string
	Suffix string
	Raw    string
}

Domain is used when `domain` action is used

type Keyword

type Keyword struct {
	Permutation string
	Keyword     string
}

Keyword is used when `keyword` action is used

type PermutatedDomain

type PermutatedDomain struct {
	Permutation string
	Domain      Domain
}

PermutatedDomain is a permutation of the domain

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL