Documentation
¶
Overview ¶
Package generators provides domain typosquatting variation algorithms. Each algorithm takes a normalized domain and produces a set of look-alike domain strings that could be used for phishing or brand impersonation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var All = []func(string) (string, []string){
omission,
transposition,
vowelSwap,
hyphenation,
repetition,
extraLetter,
withPrefix,
withSuffix,
subdomain,
tldSwap,
typoTrick,
phonetic,
inflect,
tldCompletion,
}
All is the registry of every variation generator algorithm.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.