Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supr4s/WebHackingTools
Automatically install some web hacking/bug bounty tools.
https://github.com/supr4s/WebHackingTools
Last synced: 3 months ago
JSON representation
Automatically install some web hacking/bug bounty tools.
- Host: GitHub
- URL: https://github.com/supr4s/WebHackingTools
- Owner: supr4s
- License: mit
- Created: 2021-05-02T19:03:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T12:43:16.000Z (9 months ago)
- Last Synced: 2024-06-07T00:31:36.221Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 93.8 KB
- Stars: 345
- Watchers: 10
- Forks: 80
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - supr4s/WebHackingTools - Automatically install some web hacking/bug bounty tools. (Shell)
README
# WebHackingTools
Automatically install some web hacking/bug bounty tools for your VPS/hacking station.
O.S supported :heavy_check_mark:
- Debian 11 x64
- Kali Linux 2022.4 x64
- Linux Mint 21 x64
- Ubuntu 22.04 x64
[![asciicast](https://asciinema.org/a/E2xfEuuvWhuO3RzlDnSdebCZR.svg)](https://asciinema.org/a/E2xfEuuvWhuO3RzlDnSdebCZR)
# Installation
## 💻 Manual: laptop/VPS/other```
apt-get update -y && apt-get install git -y
cd /tmp && git clone https://github.com/supr4s/WebHackingTools && cd WebHackingTools && ./installer.sh
```
## 🐳 DockerA Docker version is available, see [https://hub.docker.com/r/supr4s/webhackingtools](https://hub.docker.com/r/supr4s/webhackingtools)
```
docker pull supr4s/webhackingtools
docker run --name webhackingtools -it supr4s/webhackingtools
```To leave the container but leave it running:
```
ctrl + p and ctrl + q
```To re-attach to the container:
```
docker attach webhackingtools
```## Available tools list
### Subdomains enumeration
- [Amass](https://github.com/OWASP/Amass)
- [Assetfinder](https://github.com/tomnomnom/assetfinder)
- [Crobat](https://github.com/Cgboal/SonarSearch)
- [Findomain](https://github.com/Findomain/Findomain)
- [Github-subdomains](https://github.com/gwen001/github-subdomains)
- [Gitlab-subdomains](https://github.com/gwen001/gitlab-subdomains) *
- [Subfinder](https://github.com/projectdiscovery/subfinder)### DNS resolver
- [dnsx](https://github.com/projectdiscovery/dnsx)
- [MassDNS](https://github.com/blechschmidt/massdns)
- [PureDNS](https://github.com/d3mondev/puredns)### HTTP probe
- [httprobe](https://github.com/tomnomnom/httprobe)
- [httpx](https://github.com/projectdiscovery/httpx)### Visual recon
- [Aquatone](https://github.com/michenriksen/aquatone)
- [Gowitness](https://github.com/sensepost/gowitness)### Network scanner
- [Masscan](https://github.com/robertdavidgraham/masscan)
- [Naabu](https://github.com/projectdiscovery/naabu)
- [Nmap](https://nmap.org/)
- [Smap](https://github.com/s0md3v/Smap) *### Web crawler
- [Gospider](https://github.com/jaeles-project/gospider)
- [Hakrawler](https://github.com/hakluke/hakrawler)
- [Katana](https://github.com/projectdiscovery/katana) *### HTTP parameter
- [Arjun](https://github.com/s0md3v/Arjun)
- [x8](https://github.com/Sh1Yo/x8/)### JavaScript hunting
- [LinkFinder](https://github.com/GerbenJavado/LinkFinder)
- [SecretFinder](https://github.com/m4ll0k/SecretFinder)
- [subjs](https://github.com/lc/subjs)
- [xnLinkFinder](https://github.com/xnl-h4ck3r/xnLinkFinder) *### Bypass 40X (new)
- [dontgo403](https://github.com/devploit/dontgo403) *
### CORS tools (new)
- [Corsy](https://github.com/s0md3v/Corsy) *
- [CORScanner](https://github.com/chenjj/CORScanner) *### Fuzzing tools
- [ffuf](https://github.com/ffuf/ffuf)
- [Gobuster](https://github.com/OJ/gobuster)
- [wfuzz](https://github.com/xmendez/wfuzz)
- [fuzzuli](https://github.com/musana/fuzzuli) *### Prototype pollution (new)
- [ppfuzz](https://github.com/dwisiswant0/ppfuzz) *
- [ppmap](https://github.com/kleiton0x00/ppmap) *### LFI tools
- [LFISuite](https://github.com/D35m0nd142/LFISuite)
### SSRF tools
- [SSRFmap](https://github.com/swisskyrepo/SSRFmap)
- [Gopherus](https://github.com/tarunkant/Gopherus)
- [Interactsh](https://github.com/projectdiscovery/interactsh)
- [AutoSSRF](https://github.com/Th0h0/autossrf) *### SSTI tools
- [tplmap](https://github.com/epinna/tplmap)
### API hacking tools
- [Kiterunner + API routes](https://github.com/assetnote/kiterunner)
-
### Vulns - XSS- [Dalfox](https://github.com/hahwul/dalfox)
- [kxss](https://github.com/tomnomnom/hacks/tree/master/kxss)
- [XSStrike](https://github.com/s0md3v/XSStrike)### Vulns - SQL Injection
- [NoSQLMap](https://github.com/codingo/NoSQLMap)
- [SQLMap](https://github.com/sqlmapproject/sqlmap)### Vulns - Scanner
- [Jaeles](https://github.com/jaeles-project/jaeles)
- [Nikto](https://github.com/sullo/nikto) **
- [Nuclei](https://github.com/projectdiscovery/nuclei)### CMS Scanner
- [WPscan](https://github.com/wpscanteam/wpscan)
- [droopescan](https://github.com/droope/droopescan)
- [AEM-Hacker](https://github.com/0ang3el/aem-hacker)### Wordlists
- [SecLists](https://github.com/danielmiessler/SecLists)
- [OneForAll](https://github.com/six2dez/OneListForAll) *### Git hunting
- [GitDorker](https://github.com/obheda12/GitDorker)
- [gitGraber](https://github.com/hisxo/gitGraber)
- [GitHacker](https://github.com/WangYihang/GitHacker)
- [GitTools](https://github.com/internetwache/GitTools)### Sensitive stuff finding
- [DumpsterDiver](https://github.com/securing/DumpsterDiver)
- [EarlyBird](https://github.com/americanexpress/earlybird)
- [Ripgrep](https://github.com/BurntSushi/ripgrep)
- [Trufflehog](https://github.com/trufflesecurity/trufflehog) *### Useful tools
- [anew](https://github.com/tomnomnom/anew)
- [anti-burl](https://github.com/tomnomnom/hacks/tree/master/anti-burl)
- [getallurls](https://github.com/lc/hacks/tree/master/getallurls)
- [gron](https://github.com/tomnomnom/gron)
- [Interlace](https://github.com/codingo/Interlace)
- [jq](https://github.com/stedolan/jq)
- [qsreplace](https://github.com/tomnomnom/qsreplace)
- [Tmux](https://github.com/tmux/tmux)
- [unfurl](https://github.com/tomnomnom/unfurl)
- [Uro](https://github.com/s0md3v/uro)### 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
```