Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AlexisAhmed/BugBountyToolkit
A multi-platform bug bounty toolkit that can be installed on Debian/Ubuntu or set up with Docker.
https://github.com/AlexisAhmed/BugBountyToolkit
Last synced: 21 days ago
JSON representation
A multi-platform bug bounty toolkit that can be installed on Debian/Ubuntu or set up with Docker.
- Host: GitHub
- URL: https://github.com/AlexisAhmed/BugBountyToolkit
- Owner: AlexisAhmed
- Created: 2019-12-10T20:42:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T15:27:57.000Z (over 1 year ago)
- Last Synced: 2024-10-16T08:42:05.150Z (about 2 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/hackersploit/bugbountytoolkit
- Size: 94.7 KB
- Stars: 1,090
- Watchers: 53
- Forks: 278
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - AlexisAhmed/BugBountyToolkit - A multi-platform bug bounty toolkit that can be installed on Debian/Ubuntu or set up with Docker. (Dockerfile)
README
# Bug Bounty Toolkit
A multiplatform bug bounty toolkit that can be installed on Debian/Ubuntu or setup with Docker.## Why should you use this toolkit?
- The objective of this toolkit is to provide pentesters, security researchers and bug bounty hunters with a pre-configured environment that has some of the most popular tools and frameworks already installed and configured.
- This toolkit offers a multiplatform base to work with as the script can be installed on Linux, setup with Docker or installed on Windows with WSL (Windows Subsystem For Linux).
- The installer script can be customized to add or remove specific tools based on your requirements.
- Tools are constantly being added, updated and fixed.
- Pull once. Update as needed.
- In addition to the tools that are already installed, you can use the Katoolin script to install additional tools that you may require during your engagements.## Docker Pull Instructions
Docker Hub Link: https://hub.docker.com/r/hackersploit/bugbountytoolkit```
docker pull hackersploit/bugbountytoolkit
```
## Docker Run Instructions
### Run with Bash
```
docker run -it hackersploit/bugbountytoolkit /bin/bash
```
### Run with ZSH
```
docker run -it hackersploit/bugbountytoolkit /usr/bin/zsh
```[![asciicast](https://asciinema.org/a/sMorBlA5yzTIwfdiWzdRR3yEh.svg)](https://asciinema.org/a/sMorBlA5yzTIwfdiWzdRR3yEh)
## Docker Build Instructions
```
docker build . -t hackersploit/bugbountytoolkit
```## Installation Instructions - Ubuntu/Debian
```
git clone https://github.com/AlexisAhmed/BugBountyToolkit.git
cd BugBountyToolkit
chmod +x install.sh
./install.sh
```
## Installing New Tools
You can install new tools from the Kali Linux repositories by utilizing the Katoolin script.
```
cd ~/toolkit
cd katoolin
./katoolin.py
```
# Installed Tools
- [x] altdns
- [x] amass
- [x] awscli
- [x] bucket_finder
- [x] CloudFlair
- [x] commix
- [x] dirb
- [x] dirsearch
- [x] dnsenum
- [x] dnsrecon
- [x] dotdotpwn
- [x] droopescan
- [x] fierce
- [x] ffuf
- [x] gobuster
- [x] gitGraber
- [x] httprobe
- [x] joomscan
- [x] Knockpy
- [x] masscan
- [x] massdns
- [x] Nikto
- [x] Nmap
- [x] Recon-ng
- [x] s3recon
- [x] S3Scanner
- [x] sqlmap
- [x] subfinder
- [x] Sublist3r
- [x] subjack
- [x] SubOver
- [x] teh_s3_bucketeers
- [x] thc-hydra
- [x] theHarvester
- [x] tmux
- [x] virtual-host-discovery
- [x] wafw00f
- [x] waybackurls
- [x] wfuzz
- [x] whatweb
- [x] wpscan
- [x] XSStrike
- [x] zsh## Wordlists
- SecLists# Tools being added
- [ ] Sn1per Framework# Contributors
- https://github.com/rishabhdeepsingh
- https://github.com/brutalgg
- https://github.com/vimicasa
- https://github.com/muokicaleb
- https://github.com/mcnamee