dnsmorph
dnsmorph copied to clipboard
Domain name permutation engine written in Go
Please add an example doamin list or explanation in the readme as there is no mention of the file format. to to supply to the l flag.
The outputToFile function splits the target host on "." and sets the domain to the first result and the tld to the second. The issue is with target tlds with...
Hi, Thank you for your work! To create domain list I add IDNA formating, it's a new option "n". Also I add a new strategie "doppelganger" which remove "-" or...
Hi netevert, I downloaded the git repository, but when I tried to build dnsmorph.go. I faced these errors $ go build dnsmorph.go `# command-line-arguments ./dnsmorph.go:378:30: result.Domain undefined (type whoisparser.WhoisInfo has...
Fix archive deprecation in goreleaser config as per: https://goreleaser.com/deprecations/#archive