nagarajandeepu / Bug-Bounty-Toolkit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Shell 100.0%