Skip to content

A multi-platform bug bounty toolkit that can be installed on Debian/Ubuntu or setup with Docker.

Notifications You must be signed in to change notification settings

sharadkhare/BugBountyToolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BugBountyToolkit

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?

  • 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.

Docker Pull & Run Instructions

Docker Hub Link: https://hub.docker.com/r/hackersploit/bugbountytoolkit

docker pull hackersploit/bugbountytoolkit
docker run -it hackersploit/bugbountytoolkit /bin/bash

asciicast

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

Installed Tools

  • altdns
  • amass
  • bucket_finder
  • CloudFlair
  • commix
  • dirb
  • dirsearch
  • dnsenum
  • dnsrecon
  • dotdotpwn
  • fierce
  • gobuster
  • joomscan
  • Knockpy
  • masscan
  • massdns
  • Nikto
  • Nmap
  • Recon-ng
  • s3recon
  • sqlmap
  • subfinder
  • Sublist3r
  • teh_s3_bucketeers
  • thc-hydra
  • theHarvester
  • tmux
  • virtual-host-discovery
  • wafw00f
  • wfuzz
  • whatweb
  • wpscan
  • XSStrike
  • zsh

Wordlists

  • SecLists

Tools being added

  • aquatone
  • AWSBucketDump
  • CommonSpeak
  • gitrob
  • Lazys3
  • Sn1per
  • unfurl

Contributors

About

A multi-platform bug bounty toolkit that can be installed on Debian/Ubuntu or setup with Docker.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 51.9%
  • Shell 48.1%