TypoHulk
Typohulk – a powerful anti-typosquatter written in Python that generates a list of most common mistakes made by Internet users when entering website address and finds which hosts are active. (known as Typosquatting or URL hijacking)
User Manual ( also included in the download packages )
SourceForge project page
_____________________________________________________________________________________________
-f Input a list of domain names [Options] -d (–destination )Specify destination path for output files
-c (–custom) Specify a custom list of methods to be used for domain name generation
-r (–remove) Remote one or more methods from the default list
-a (–autoreplier) Specify auto replying IP for unknown domain names on the network -n (–nolookup) Skip IP resolution and ping scan, outputs only typosquatted domain names
Domain Name Generation Techniques el – Extra Letter
wl – Wrong Letter
sl – Swap Letter
ml – Missing Letter Examples typohulk.py -l www.facebook.com
typohulk.py -l www.facebook.com -d /media/D/”
typohulk.py -l www.facebook.com -c sl,ml
typohulk.py -f domainlist.txt -r el,wl -a 8.15.7.107
_____________________________________________________________________________________________
System Requirements: Python >= 2.5.4. _____________________________________________________________________________________________