A simple and modular command-line toolkit built with Typer for ethical hacking, CTFs, and security testing. All tools are connected via a single entry point: index.py
.
- Hash Cracking – Supports MD5, SHA1, SHA256 using a wordlist
- Port Scanner – Scans TCP ports on a target host
- Directory Bruteforcer – Discovers hidden paths on websites
- Subdomain Enumerator – Finds subdomains using a wordlist
- DNS Lookup – Retrieves various DNS record types
- WHOIS Lookup – Gets domain registration info
- SSH Brute Force – Tries credentials from a wordlist
- Encoder/Decoder – Supports Base64, Hex, and URL encode/decode
- HTTP Header Grabber – Fetches and saves response headers
- Admin finder – Scan for comman admin panel paths using a wordlist
Make sure you have Python 3.9+ installed.
pip install -r requirements.txt