Skip to content

intrigueio/dnsmorph

 
 

Icon

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

Installation

There are two ways to install dnsmorph on your system:

  1. Downloading the pre-compiled binaries for your platform from the latest release page and extracting in a directory of your choosing.

  2. Downloading and compiling the source code yourself by running the following commands:

    • go get -v github.com/intrigueio/dnsmorph
    • cd /$GOPATH/src/github.com/intrigueio/dnsmorph
    • go get -v ./...
    • go build

About

Domain name permutation engine written in Go

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%