bugarsenal πΉ Description:
A modular bug bounty recon and automation framework built in Bash by Inayat Hussain β designed to run efficiently on low-spec systems.
π README.md for BugArsenal
BugArsenal is a lightweight, modular, and beginner-friendly bug bounty framework written in Bash by Inayat Hussain. Built to run even on low-resource systems like 4GB RAM laptops or free cloud environments such as Replit and Termux.
- Subdomain Enumeration
- Port Scanning
- HTTP Probing
- Active Scanning (XSS, open redirects)
- Dork Generator
- Organized Output
- Tool Integration (httpx, nuclei, dalfox, etc.)
Install the following tools before running:
sudo apt install -y curl git jq whois
You may also need:
go install github.com/projectdiscovery/httpx/cmd/httpx@latest
go install github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
go install github.com/hahwul/dalfox/v2@latest
π§ Usage
chmod +x bugarsenal.sh
./bugarsenal.sh
Enter target domain when prompted
Choose from available modules (subdomain scan, XSS scan, etc.)
Results are saved automatically into folders like /output/domain_name/
π‘οΈ Author
Inayat Hussain (Inayat Raj Chohan)
Bug bounty hunter | Cybersecurity researcher | 60+ certs by age 17
π LinkedIn
π Facebook: Inayat Raj Chohan
β οΈ Disclaimer
This tool is for educational and ethical hacking purposes only. Do not use without permission.
β€οΈ Support My Journey
I'm a self-taught security researcher from a rural village with no electricity and a 4GB laptop. If you find this tool useful, give it a β on GitHub and help share it with others.
---
## π File Name for Script:
Rename your script file to:
```bash
bugarsenal.sh