This version of DNSMORPH is a fork of the original, available at https://github.com/netevert/dnsmorph
DNSMORPH includes the following domain permutation attack types:
- Homograph attack (both on single and duplicate characters)
- Bitsquat attack
- Hyphenation attack
- Omission attack
- Repetition attack
- Replacement attack
- Subdomain attack
- Transposition attack
- Vowel swap attack
- Addition attack
- Tld Brute attack
There are two ways to install dnsmorph on your system:
-
Downloading the pre-compiled binaries for your platform from the latest release page and extracting in a directory of your choosing.
-
Downloading and compiling the source code yourself by running the following commands:
go get -v github.com/intrigueio/dnsmorphcd /$GOPATH/src/github.com/intrigueio/dnsmorphgo get -v ./...go build