/SquatSquasher

Discovering Typo Squatting on your domains!

Primary LanguagePython

SquatSquahser | Typosquatting Detector

A tool for detecting potential typosquatting domains targeting specified websites.

image

Features

  • 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

Installation

  1. Clone the repository & Navigate to directory: git clone https://github.com/Stuub/SquatSquasher && cd SquatSquasher
  2. Install Dependencies pip install -r requirements.txt

Usage

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

Output

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

image

Disclaimer

This tool is for educational and defensive purposes only. Always respect privacy and legal boundaries when using this software.