Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sam5epi0l/beginner-bug-bounty-automation
Many script that can be modified according to your needs for Information Gathering and Asset discovery in Bug Bounty Hunting (Pull requests are welcome!)
https://github.com/sam5epi0l/beginner-bug-bounty-automation
amass bash-script beginner-friendly bug-bounty bugbounty hacking hacking-tools nipe penetration-testing recon reconnaissance starter-kit tor tor-network
Last synced: about 1 month ago
JSON representation
Many script that can be modified according to your needs for Information Gathering and Asset discovery in Bug Bounty Hunting (Pull requests are welcome!)
- Host: GitHub
- URL: https://github.com/sam5epi0l/beginner-bug-bounty-automation
- Owner: sam5epi0l
- License: mit
- Created: 2022-03-17T08:05:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T17:57:59.000Z (10 months ago)
- Last Synced: 2024-02-26T19:05:30.092Z (10 months ago)
- Topics: amass, bash-script, beginner-friendly, bug-bounty, bugbounty, hacking, hacking-tools, nipe, penetration-testing, recon, reconnaissance, starter-kit, tor, tor-network
- Language: Python
- Homepage: https://youtube.com/c/pwnOS
- Size: 48.8 KB
- Stars: 23
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Beginner-Bug-Bounty-Automation
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!]## Clone this repo before proceeding
`git clone https://github.com/sam5epi0l/Beginner-Bug-Bounty-Automation ; cd Beginner-Bug-Bounty-Automation || exit`
#### All binaries, repos, and wordlists will be stored at /opt/ Directory```
# install ohmyzsh if you want!
sudo apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```- ## 1. tor-gateway.sh (It's like anonsurf on any Linux distro)
This script uses nipe to make TOR, the default gateway of your computer.
### [Video Tutorial](https://youtu.be/kqNwJWdI1xM)
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
```- ## 2. toptomnomnom.sh
Install top useful tools from [Tom Hudson's](https://github.com/tomnomnom/) github repo.
How to use:
```
chmod +x toptomnomnom.sh
# Install tools
./toptomnomnom.sh
# to uninstall one or more tools visit the script :)
```- ## 3. bug-bounty-essentials.sh
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
```- ## 3. init.sh
Start recon script on hosts provided in wildcards.txt file
#### Note - Based on tomnomnom's approach
```
# Provide hosts to recon in wildcards.txt
chmod +x init.sh
# Start Recon
./init.sh
```
#### Baking new scripts