/cli-hackbox

🔧 A simple but powerful CLI-based toolkit for basic reconnaissance — includes subdomain discovery, header scanning, port scanning, etc.

Primary LanguagePythonMIT LicenseMIT

🔥 CLI HackBox

A lightweight Python-based recon toolkit for ethical hackers, bug bounty hunters, and cybersecurity enthusiasts.


🚀 Features

  • Subdomain Finder — Discover subdomains using powerful wordlists.
  • HTTP Header Scanner — Reveal server-side info and security headers.
  • Port Scanner — Scan open ports and get banner details.
  • IP Geolocation — Trace IPs to their geographic origin.
  • (More tools coming...)

Screenshots


📥 Installation

  1. Clone the repository:

git clone https://github.com/stashEmal/cli-hackbox.git

cd cli-hackbox

  1. Install required modules:

pip install -r requirements.txt

⚙️ Usage

Run the main script and follow the on-screen prompts:

python3 app.py

Each tool is modular and can be run independently from the tools/ folder if needed.

💻 Author

Made with grit & caffeine by stashEmal

🧠 Disclaimer

This tool is for educational and authorized testing only. Use responsibly.

✨ Open for Feedback & Contributions

I’m open to feedback, suggestions, and improvements! Feel free to open an issue or submit a pull request. Let's make this tool great together.