Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aviksaikat/bug-bounty-essentials
- Owner: Aviksaikat
- Created: 2021-11-15T18:34:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T19:34:55.000Z (over 1 year ago)
- Last Synced: 2025-01-21T10:53:49.572Z (21 days ago)
- Topics: bug-bounties, bug-bounty-tools, bugbounty, bugbounty-tool, linux, tools
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.