VPS web hacking tools
2022-11-6 12:6:4 Author: reconshell.com(查看原文) 阅读量:61 收藏

VPS

Automatically install some web hacking/bug bounty tools for your VPS.


O.S supported

  • Debian 10/11 x64
  • Kali Linux 2021.4 x64
  • Linux Mint 20.2 x64
  • Ubuntu20.04 x64
demo

Installation

apt-get update -y && apt-get install git -y

cd /tmp && git clone https://github.com/supr4s/VPS-web-hacking-tools && cd VPS-web-hacking-tools && ./installer.sh

Available tools list


Subdomains enumeration

DNS resolver

Visual recon

HTTP probe

Web crawler

Network scanner

HTTP parameter

Fuzzing tools

LFI tools

SSRF tools

SSTI tools

API hacking tools

Wordlists

Vulns – XSS

Vulns – SQL Injection

CMS Scanner

Vulns – Scanner

JavaScript hunting

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

The VPS Tools is a github repository by Supr4s



文章来源: https://reconshell.com/vps-web-hacking-tools/
如有侵权请联系:admin#unsafe.sh