Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!)

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