Skip to content

Script that automates the installation of the main tools used for web application penetration testing and Bug Bounty.

Notifications You must be signed in to change notification settings

imusabkhan/bugbounty-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Bug Bounty Vps Setup Tools Installer

install-all-tools

With these tools you can install most of the bug bounty tools with just one command

Installation

apt-get update -y && apt-get install git -y && git clone https://github.com/mrco24/OK-VPS.git && cd OK-VPS && chmod +x okvps.sh && ./okvps.sh

Available tools list

Subdomains enumeration

DNS resolver

Screenshot

HTTP probe

Web crawler

Network scanner

HTTP parameter

Fuzzing tools

LFI tools

SSRF tools

Http-Request-Smugglingh

SSTI tools

API hacking tools

Wordlists

Vulns - XSS

Vulns - SQL Injection

CMS Scanner

Vulns - Scanner

JavaScript hunting

Find_Web_Technologies

Git hunting

Sensitive stuff finding

Useful tools

Note

  • Refer to the usage of the tools as most of them require configuration (especially for subdomains enumeration).
  • Please be careful with these tools and only use them on targets you have explicitly authorized.

N.B : * = added in the last update

** For Nikto and Debian 10, you need to have the non-free contrib sources in addition. e.g :

deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster main contrib non-free

About

Script that automates the installation of the main tools used for web application penetration testing and Bug Bounty.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%