Skip to content

aleyhany9/CTF-Toolkit

Repository files navigation

CTF Toolkit

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.


Features

  • 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

🚀 Usage

Make sure you have Python 3.9+ installed.

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published