A collection of shell scripts to support bug bounty hunting and security reconnaissance.
These scripts automate common tasks such as environment setup, domain enumeration, and full target scanning, helping researchers save time and focus on vulnerability analysis.
- Verify the code before running
- Scripts might contain a backdoor.
Bug bounty programs reward security researchers for finding vulnerabilities.
This repo provides lightweight automation to:
- Bootstrap your environment quickly
- Enumerate domains and subdomains
- Perform full reconnaissance scans
- bootstrap.sh → Initial setup script for configuring environment and dependencies
- domainEnum.sh → Automates domain and subdomain enumeration
- full_enum.sh → Runs extended enumeration and scanning for deeper reconnaissance
- Linux/Unix environment
- Bash shell
- Common recon tools (e.g.,
nmap,dig,whois,curl)
Clone the repo:
git clone https://github.com/SrEntropy/Automated-Scripts.git
cd Automated-Scripts