mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-03-07 06:15:57 -05:00
Update README.md
This commit is contained in:
parent
812f003537
commit
530b151d5a
114
README.md
114
README.md
@ -16,7 +16,7 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin
|
||||
- [Web Discovery](#web-discovery)
|
||||
- [Web Vulnerability Scanner](#web-vulnerability-scanner)
|
||||
- [XSS](#xss)
|
||||
- [CSRF](#csrf)
|
||||
- [CSRF](#csrf)
|
||||
- [Path traversal / Directory traversal / LFI](#path-traversal--directory-traversal--lfi)
|
||||
- [Command Injection](#command-injection)
|
||||
- [SQL Injection](#sql-injection)
|
||||
@ -26,76 +26,96 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin
|
||||
- [WebSocket](#websocket)
|
||||
- [Cloud Security](#cloud-security)
|
||||
- [Utility for hackers](#utility-for-hackers)
|
||||
- [Online tools](#online-tools)
|
||||
- [Contribute](#contribute-and-contributor)
|
||||
|
||||
## Weapons
|
||||
### Main Weapon
|
||||
asdf
|
||||
|
||||
### Subdomain Enumeration
|
||||
## Main Weapon
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [findomain](https://github.com/Edu4rdSHL/findomain) | The fastest and cross-platform subdomain enumerator, do not waste your time. |  |  | <br> <br>  <br>  |
|
||||
| [subfinder](https://github.com/projectdiscovery/subfinder) | Subfinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing. |  |  | <br> <br>  <br>  |
|
||||
| [Amass](https://github.com/OWASP/Amass) | In-depth Attack Surface Mapping and Asset Discovery |  |  | <br> <br>  <br>  |
|
||||
| [Sublist3r](https://github.com/aboul3la/Sublist3r) | Fast subdomains enumeration tool for penetration testers |  |  | <br> <br>  <br>  |
|
||||
| [assetfinder](https://github.com/tomnomnom/assetfinder) | Find domains and subdomains related to a given domain |  |  | <br> <br>  <br>  |
|
||||
|
||||
### Fetch path and host
|
||||
## Fetch path and host
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [meg](https://github.com/tomnomnom/meg) | Fetch many paths for many hosts - without killing the hosts |  |  | <br> <br>  <br>  |
|
||||
| [httprobe](https://github.com/tomnomnom/httprobe) | Take a list of domains and probe for working HTTP and HTTPS servers |  |  | <br> <br>  <br>  |
|
||||
|
||||
### Port scanner
|
||||
| [httprobe](https://github.com/tomnomnom/httprobe) | Take a list of domains and probe for working HTTP and HTTPS servers |  |  | <br> <br>  <br>  |<br>| [meg](https://github.com/tomnomnom/meg) | Fetch many paths for many hosts - without killing the hosts |  |  | <br> <br>  <br>  |<br>
|
||||
## SQL Injection
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [nmap](https://github.com/nmap/nmap) | Nmap - the Network Mapper. Github mirror of official SVN repository. |  |  | <br> <br>  <br>  |
|
||||
| [naabu](https://github.com/projectdiscovery/naabu) | A fast port scanner written in go with focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests |  |  | <br> <br>  <br>  |
|
||||
| [masscan](https://github.com/robertdavidgraham/masscan) | TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. |  |  | <br> <br>  <br>  |
|
||||
|
||||
### Web Discovery
|
||||
| [sqlmap](https://github.com/sqlmapproject/sqlmap) | Automatic SQL injection and database takeover tool |  |  | <br> <br>  <br>  |<br>| [sqlninja](https://github.com/xxgrunge/sqlninja) | SQL Injection Tool |  |  | <br> <br>  <br>  |<br>
|
||||
## CORS Misconfiguration
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [gospider](https://github.com/jaeles-project/gospider) | Gospider - Fast web spider written in Go |  |  | <br> <br>  <br>  |
|
||||
| [gobuster](https://github.com/OJ/gobuster) | Directory/File, DNS and VHost busting tool written in Go |  |  | <br> <br>  <br>  |
|
||||
| [LinkFinder](https://github.com/GerbenJavado/LinkFinder) | A python script that finds endpoints in JavaScript files |  |  | <br> <br>  <br>  |
|
||||
| [wfuzz](https://github.com/xmendez/wfuzz) | Web application fuzzer |  |  | <br> <br>  <br>  |
|
||||
|
||||
### Web Vulnerability Scanner
|
||||
| [Corsy](https://github.com/s0md3v/Corsy) | CORS Misconfiguration Scanner |  |  | <br> <br>  <br>  |<br>
|
||||
## Subdomain Enumeration
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [jaeles](https://github.com/jaeles-project/jaeles) | The Swiss Army knife for automated Web Application Testing |  |  | <br> <br>  <br>  |
|
||||
| [wpscan](https://github.com/wpscanteam/wpscan) | WPScan is a free, for non-commercial use, black box WordPress Vulnerability Scanner written for security professionals and blog maintainers to test the security of their WordPress websites. |  |  | <br> <br>  <br>  |
|
||||
| [Wordpresscan](https://github.com/swisskyrepo/Wordpresscan) | WPScan rewritten in Python + some WPSeku ideas |  |  | <br> <br>  <br>  |
|
||||
| [arachni](https://github.com/Arachni/arachni) | Web Application Security Scanner Framework |  |  | <br> <br>  <br>  |
|
||||
| [testssl.sh](https://github.com/drwetter/testssl.sh) | Testing TLS/SSL encryption anywhere on any port |  |  | <br> <br>  <br>  |
|
||||
| [a2sv](https://github.com/hahwul/a2sv) | Auto Scanning to SSL Vulnerability |  |  | <br> <br>  <br>  |
|
||||
|
||||
### XSS
|
||||
| [Amass](https://github.com/OWASP/Amass) | In-depth Attack Surface Mapping and Asset Discovery |  |  | <br> <br>  <br>  |<br>| [assetfinder](https://github.com/tomnomnom/assetfinder) | Find domains and subdomains related to a given domain |  |  | <br> <br>  <br>  |<br>| [findomain](https://github.com/Edu4rdSHL/findomain) | The fastest and cross-platform subdomain enumerator, do not waste your time. |  |  | <br> <br>  <br>  |<br>| [subfinder](https://github.com/projectdiscovery/subfinder) | Subfinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing. |  |  | <br> <br>  <br>  |<br>
|
||||
## Port scanner
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [XSStrike](https://github.com/s0md3v/XSStrike) | Most advanced XSS scanner. |  |  | <br> <br>  <br>  |
|
||||
| [XSpear](https://github.com/hahwul/XSpear) | Powerfull XSS Scanning and Parameter analysis tool&gem |  |  | <br> <br>  <br>  |
|
||||
| [XSSCon](https://github.com/menkrep1337/XSSCon) | XSSCon |  |  | <br> <br>  <br>  |
|
||||
| [masscan](https://github.com/robertdavidgraham/masscan) | TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. |  |  | <br> <br>  <br>  |<br>| [naabu](https://github.com/projectdiscovery/naabu) | A fast port scanner written in go with focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests |  |  | <br> <br>  <br>  |<br>| [nmap](https://github.com/nmap/nmap) | Nmap - the Network Mapper. Github mirror of official SVN repository. |  |  | <br> <br>  <br>  |<br>
|
||||
## XSS
|
||||
|
||||
### CSRF
|
||||
### Path traversal / Directory traversal / LFI
|
||||
### Command Injection
|
||||
### SQL Injection
|
||||
### NoSQL Injection
|
||||
### SSRF
|
||||
### CORS Misconfiguration
|
||||
### WebSocket
|
||||
### Cloud Security
|
||||
### Utility for hackers
|
||||
## Contribute and Contributor
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [XSStrike](https://github.com/s0md3v/XSStrike) | Most advanced XSS scanner. |  |  | <br> <br>  <br>  |<br>| [Xspear](https://github.com/hahwul/Xspear) | Powerfull XSS Scanning and Parameter analysis tool&gem |  |  | <br> <br>  <br>  |<br>
|
||||
## Path traversal / Directory traversal / LFI
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
|
||||
## Command Injection
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
|
||||
## CSRF
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
|
||||
## NoSQL Injection
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [NoSQLMap](https://github.com/codingo/NoSQLMap) | Automated NoSQL database enumeration and web application exploitation tool. |  |  | <br> <br>  <br>  |<br>
|
||||
## SSRF
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
|
||||
## Cloud Security
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [s3reverse](https://github.com/hahwul/s3reverse) | The format of various s3 buckets is convert in one format. for bugbounty and security testing. |  |  | <br> <br>  <br>  |<br>
|
||||
## Web Discovery
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [Arjun](https://github.com/s0md3v/Arjun) | HTTP parameter discovery suite. |  |  | <br> <br>  <br>  |<br>| [Photon](https://github.com/s0md3v/Photon) | Incredibly fast crawler designed for OSINT. |  |  | <br> <br>  <br>  |<br>| [ReconDog](https://github.com/s0md3v/ReconDog) | Reconnaissance Swiss Army Knife |  |  | <br> <br>  <br>  |<br>| [dnsprobe](https://github.com/projectdiscovery/dnsprobe) | DNSProb (beta) is a tool built on top of retryabledns that allows you to perform multiple dns queries of your choice with a list of user supplied resolvers. |  |  | <br> <br>  <br>  |<br>| [gospider](https://github.com/jaeles-project/gospider) | Gospider - Fast web spider written in Go |  |  | <br> <br>  <br>  |<br>| [shuffledns](https://github.com/projectdiscovery/shuffledns) | shuffleDNS is a wrapper around massdns written in go that allows you to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard handling and easy input-output support. |  |  | <br> <br>  <br>  |<br>| [waybackurls](https://github.com/tomnomnom/waybackurls) | Fetch all the URLs that the Wayback Machine knows about for a domain |  |  | <br> <br>  <br>  |<br>
|
||||
## Web Vulnerability Scanner
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [Silver](https://github.com/s0md3v/Silver) | Mass scan IPs for vulnerable services |  |  | <br> <br>  <br>  |<br>| [Striker](https://github.com/s0md3v/Striker) | Striker is an offensive information and vulnerability scanner. |  |  | <br> <br>  <br>  |<br>| [a2sv](https://github.com/hahwul/a2sv) | Auto Scanning to SSL Vulnerability |  |  | <br> <br>  <br>  |<br>| [websocket-connection-smuggler](https://github.com/hahwul/websocket-connection-smuggler) | websocket-connection-smuggler |  |  | <br> <br>  <br>  |<br>
|
||||
## WebSocket
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
|
||||
## Utility for hackers
|
||||
|
||||
| Name | Description | Popularity | Language | Metadata |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| [ftc](https://github.com/hahwul/ftc) | simple copy to file to clipboard |  |  | <br> <br>  <br>  |<br>| [gf](https://github.com/tomnomnom/gf) | A wrapper around grep, to help you grep for things |  |  | <br> <br>  <br>  |<br>| [gron](https://github.com/tomnomnom/gron) | Make JSON greppable! |  |  | <br> <br>  <br>  |<br>## Contribute and Contributor
|
||||
### Usage of weapon-md
|
||||
```
|
||||
./weapon-md
|
||||
|
Loading…
x
Reference in New Issue
Block a user