A tool for detecting potential typosquatting domains targeting specified websites.
- Generate typosquatted domain variations
- Check domain registration status
- Resolve IP addresses for registered domains
- Analyse suspicious domains for potential threats
- Support for multiple input domains
- File input for bulk domain checking
- Clone the repository & Navigate to directory:
git clone https://github.com/Stuub/SquatSquasher && cd SquatSquasher
- Install Dependencies
pip install -r requirements.txt
Run the script with either individual domains or a file containing a list of domains:
python3 squatsquasher.py -d domain1.com domain2.com
python3 squatsquasher.py -f domainList.txt
The tool provides:
- List of registered and unregistered typosquatted domains
- IP resolution for registered domains
- Analysis of suspicious domains
- Summary of findings for each input domain
This tool is for educational and defensive purposes only. Always respect privacy and legal boundaries when using this software.