elceef / dnstwist

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

Change shebang to python2 #63

Closed emmiegit closed 5 years ago

emmiegit commented 5 years ago

As per PEP 394, the shebang python should only be used if the script is compatible with both python2 and python3.

For this program the shebang should be changed to:

#!/usr/bin/env python2