A lightweight Python-based recon toolkit for ethical hackers, bug bounty hunters, and cybersecurity enthusiasts.
- 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...)
- Clone the repository:
git clone https://github.com/stashEmal/cli-hackbox.git
cd cli-hackbox
- Install required modules:
pip install -r requirements.txt
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.
Made with grit & caffeine by stashEmal
This tool is for educational and authorized testing only. Use responsibly.
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.