These scripts are designed to be painkiller for initial bug bounty hunting stages & based on top bug hunter's methadology around the world. [Under Construction, Check back soon!]
git clone https://github.com/sam5epi0l/Beginner-Bug-Bounty-Automation ; cd Beginner-Bug-Bounty-Automation || exit
# install ohmyzsh if you want!
sudo apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
This script uses nipe to make TOR, the default gateway of your computer.
Install:
chmod +x tor-gateway.sh
./tor-gateway.sh
# type sudo's password
# type "yes" to continue
Uses:
# Start nipe (TOR-gateway)
nipe start
# Check status
nipe status
# Stop nipe
nipe stop
# restart service
nipe restart
Install top useful tools from Tom Hudson's github repo. How to use:
chmod +x toptomnomnom.sh
# Install tools
./toptomnomnom.sh
# to uninstall one or more tools visit the script :)
Install essential tools required during Bug Hunting for Reconnaissance How to use:
chmod +x bug-bounty-essentials.sh
# Install essential tools
./bug-bounty-essentials.sh
Start recon script on hosts provided in wildcards.txt file
# Provide hosts to recon in wildcards.txt
chmod +x init.sh
# Start Recon
./init.sh