Skip to content

Single script to setup a linux based container with default root access for the purpose of Bug Bounty.

License

Notifications You must be signed in to change notification settings

m0ssser/Bug-Bounty-Toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug Bounty Hunter's Toolkit setup - Setup from scratch

A single script for the most popular tools you need for bug bounty. This script can setup a container from scratch with the required tools to get started on your journey towards Bounty Hunting

FYI

This script is intended to setup from scratch. This script may be modified to include or exclude tools, but will ensure the inclusion of all the required tools.

Table of Contents

Categorized the list of tools

  • Subdomain Enum tools - amass,subfinder,assetfinder,subdomainizer,sublister,findomain....
  • Subdomain Takeover - subover,autosubtakeover,tko-subs,subjack....
  • Cloud Workflow - aws_recon,festin,lazys3,s3brute,flumberboozle,slurp....
  • Fuzzing - gobuster,wfuzz,ffuf,dirsearch....
  • Visual Inspection - aquatone,gowitness,httpscreenshot...
  • Content Discovery - gospider,hakrawker,photon,paramspider...
  • CMS Tools - wpscan,drupwn,wig...
  • GIT enum tools - githound,gitgraber,trufflehog,gitscanner...
  • Frameworks - Sn1per,osmedeus,cobra,sudomy...
  • JS enum tools - jsscanner,jsparser,linkfinder...
  • Fingerprint & CVE tools - nuclei,webtech,waf...
  • Port Scanning - nmap,masscan,naabu,brutespray...
  • Wordlists - commonspeak2,payloadallthings,seclists...

Installation

If not already installed:
> apt-get install git
> apt-get update

Give a chmod +x for your desired shellscript, run it, be patient and you're good to go

About

Single script to setup a linux based container with default root access for the purpose of Bug Bounty.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%