elceef / dnstwist

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

dnstwist: Handle 0-1 length domains #78

Closed Cireo closed 5 years ago

Cireo commented 5 years ago

Without this change, we can fail with UnicodeError: label empty or too long when fuzzing 1-length domains.

Cireo commented 5 years ago

Thanks!