An open API service indexing awesome lists of open source software.

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.

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.