Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aviksaikat/bug-bounty-essentials

All the tools you need for webapp pentesting & bug bouty hunting
https://github.com/aviksaikat/bug-bounty-essentials

bug-bounties bug-bounty-tools bugbounty bugbounty-tool linux tools

Last synced: 18 days ago
JSON representation

All the tools you need for webapp pentesting & bug bouty hunting

Awesome Lists containing this project

README

        

# All in one installer script for Web App Pentesting & Bug Bounty Hunting tools

> Saikat Karmakar | Nov : 2021

---
`update-packages.sh` will update your packages and install & setup go if it"s not currently installed and `get-tools.sh` will install the tools. This is beacuse if we put all the things in one script the tools will be owned by root which we don"t want. It"s far safer that the binaries are owned by the user not the superuser. That"s why 2 separate scipts. Run them as shown below you"re good to go .

- Usage :
```bash
git clone https://github.com/Aviksaikat/Bug-bounty-essentials.git
cd Bug-bounty-essentials
chmod +x *.sh
sudo ./update-packages.sh
./get-tools.sh
```

#### TODO:
- [ ] Add support for other debian based distros. Currently tested on kali and parrot.
- [ ] Add support for arch based distros.