https://github.com/stashemal/cli-hackbox
š§ A simple but powerful CLI-based toolkit for basic reconnaissance ā includes subdomain discovery, header scanning, port scanning, etc.
https://github.com/stashemal/cli-hackbox
ethical-hacking geolocation hacking information-gathering port-scanner python3 security security-tools webpentest webpentesting
Last synced: 4 months ago
JSON representation
š§ A simple but powerful CLI-based toolkit for basic reconnaissance ā includes subdomain discovery, header scanning, port scanning, etc.
- Host: GitHub
- URL: https://github.com/stashemal/cli-hackbox
- Owner: stashEmal
- License: mit
- Created: 2025-04-07T11:39:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T12:36:28.000Z (10 months ago)
- Last Synced: 2025-06-14T21:56:32.850Z (8 months ago)
- Topics: ethical-hacking, geolocation, hacking, information-gathering, port-scanner, python3, security, security-tools, webpentest, webpentesting
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# š„ 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```
2. 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.