• Stars
    star
    1,081
  • Rank 42,587 (Top 0.9 %)
  • Language
    Dockerfile
  • Created almost 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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?

  • 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

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

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

Wordlists

  • SecLists

Tools being added

  • Sn1per Framework

Contributors

More Repositories

1

CVE-2022-0847-DirtyPipe-Exploits

A collection of exploits and documentation that can be used to exploit the Linux Dirty Pipe vulnerability.
C
531
star
2

BugBountyTools

Tools that i personally use for Bug Bounty Hunting and web assessments.
276
star
3

Python3-NmapScanner

Python3 Nmap Scanner
Python
108
star
4

Python3PentestingTools

A collection of python scripts that are used for network analysis and testing.
Python
55
star
5

Wireshark-Traffic-Analysis

Collection of Wireshark resources & PCAP files used in the Blue Team training course
49
star
6

Shell-Scripts

A collection of shell scripts from the scripting series.
Shell
44
star
7

bWAPP-Docker

bWAPP Docker Image
PHP
43
star
8

DockerSecurityEssentials

A collection of resources, guides and automation scripts used to secure the Docker platform
Shell
31
star
9

C-Reverse-Shell

A Simple C Reverse Shell
C
22
star
10

TCP-Client-Server-Python3

A TCP Client and Server Python3
Python
18
star
11

pyTube-Video-Downloader

Python YouTube Video Downloader
Python
16
star
12

Python2PentestingTools

A collection of penetration testing tools written in Python 2
Python
15
star
13

dotfiles

A collection of personal dotfiles and configurations. Feel free to snoop around and use what interests you.
Shell
13
star
14

BugBountyToolkit-ZSH

BBT Custom ZSH Configuration
Shell
7
star
15

HackerSploit-Open-edX-Theme

Custom theme used for the HackerSploit Open edX platform
HTML
6
star
16

TCP-Reverse-Shell

TCP Reverse Shell - Python
Python
6
star
17

bucket_finder

A fork of bucket_finder
Ruby
4
star
18

SimpleStackOverflow

A Simple C Stack Overflow
C
2
star