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

mrh0wl/BugBountyToolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation Instructions - Ubuntu/Debian

git clone https://github.com/AlexisAhmed/BugBountyToolkit.git
cd BugBountyToolkit
chmod +x install.sh
./install.sh

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

Installed Tools

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

Wordlists

  • SecLists
  • CommonSpeak (Being Added)

Tools beging added

  • aquatone
  • AWSBucketDump
  • Sn1per
  • amass

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 50.6%
  • Shell 49.4%