elceef / dnstwist

Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
https://dnstwist.it
Apache License 2.0
4.73k stars 753 forks source link

Issue with --format and special characters #214

Closed violetApe closed 5 months ago

violetApe commented 5 months ago

Thanks for the great tool.

It looks like there is an issue with special charachters and the --format command

example:

dnstwist wasa.de Output line 70: "homoglyph ŵaså.de -"

dnstwist -f list wasa.de Output line 70: "xn--as-zia78c.de"

I use debian with the newest version.

elceef commented 5 months ago

Every output format except CLI produces punycode encoded domain names. I'm aware this behavior might not be consistent, but this isn't an error.