Update README.md

pull/9/head
하훌 2020-04-07 01:55:29 +09:00 committed by GitHub
parent 812f003537
commit 530b151d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 67 additions and 47 deletions

114
README.md
View File

@ -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. | ![](https://img.shields.io/github/stars/Edu4rdSHL/findomain) | ![](https://img.shields.io/github/languages/top/Edu4rdSHL/findomain) | ![](https://img.shields.io/github/repo-size/Edu4rdSHL/findomain)<br>![](https://img.shields.io/github/license/Edu4rdSHL/findomain) <br> ![](https://img.shields.io/github/forks/Edu4rdSHL/findomain) <br> ![](https://img.shields.io/github/watchers/Edu4rdSHL/findomain) |
| [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. | ![](https://img.shields.io/github/stars/projectdiscovery/subfinder) | ![](https://img.shields.io/github/languages/top/projectdiscovery/subfinder) | ![](https://img.shields.io/github/repo-size/projectdiscovery/subfinder)<br>![](https://img.shields.io/github/license/projectdiscovery/subfinder) <br> ![](https://img.shields.io/github/forks/projectdiscovery/subfinder) <br> ![](https://img.shields.io/github/watchers/projectdiscovery/subfinder) |
| [Amass](https://github.com/OWASP/Amass) | In-depth Attack Surface Mapping and Asset Discovery | ![](https://img.shields.io/github/stars/OWASP/Amass) | ![](https://img.shields.io/github/languages/top/OWASP/Amass) | ![](https://img.shields.io/github/repo-size/OWASP/Amass)<br>![](https://img.shields.io/github/license/OWASP/Amass) <br> ![](https://img.shields.io/github/forks/OWASP/Amass) <br> ![](https://img.shields.io/github/watchers/OWASP/Amass) |
| [Sublist3r](https://github.com/aboul3la/Sublist3r) | Fast subdomains enumeration tool for penetration testers | ![](https://img.shields.io/github/stars/aboul3la/Sublist3r) | ![](https://img.shields.io/github/languages/top/aboul3la/Sublist3r) | ![](https://img.shields.io/github/repo-size/aboul3la/Sublist3r)<br>![](https://img.shields.io/github/license/aboul3la/Sublist3r) <br> ![](https://img.shields.io/github/forks/aboul3la/Sublist3r) <br> ![](https://img.shields.io/github/watchers/aboul3la/Sublist3r) |
| [assetfinder](https://github.com/tomnomnom/assetfinder) | Find domains and subdomains related to a given domain | ![](https://img.shields.io/github/stars/tomnomnom/assetfinder) | ![](https://img.shields.io/github/languages/top/tomnomnom/assetfinder) | ![](https://img.shields.io/github/repo-size/tomnomnom/assetfinder)<br>![](https://img.shields.io/github/license/tomnomnom/assetfinder) <br> ![](https://img.shields.io/github/forks/tomnomnom/assetfinder) <br> ![](https://img.shields.io/github/watchers/tomnomnom/assetfinder) |
### 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 | ![](https://img.shields.io/github/stars/tomnomnom/meg) | ![](https://img.shields.io/github/languages/top/tomnomnom/meg) | ![](https://img.shields.io/github/repo-size/tomnomnom/meg)<br>![](https://img.shields.io/github/license/tomnomnom/meg) <br> ![](https://img.shields.io/github/forks/tomnomnom/meg) <br> ![](https://img.shields.io/github/watchers/tomnomnom/meg) |
| [httprobe](https://github.com/tomnomnom/httprobe) | Take a list of domains and probe for working HTTP and HTTPS servers | ![](https://img.shields.io/github/stars/tomnomnom/httprobe) | ![](https://img.shields.io/github/languages/top/tomnomnom/httprobe) | ![](https://img.shields.io/github/repo-size/tomnomnom/httprobe)<br>![](https://img.shields.io/github/license/tomnomnom/httprobe) <br> ![](https://img.shields.io/github/forks/tomnomnom/httprobe) <br> ![](https://img.shields.io/github/watchers/tomnomnom/httprobe) |
### Port scanner
| [httprobe](https://github.com/tomnomnom/httprobe) | Take a list of domains and probe for working HTTP and HTTPS servers | ![](https://img.shields.io/github/stars/tomnomnom/httprobe) | ![](https://img.shields.io/github/languages/top/tomnomnom/httprobe) | ![](https://img.shields.io/github/repo-size/tomnomnom/httprobe)<br>![](https://img.shields.io/github/license/tomnomnom/httprobe) <br> ![](https://img.shields.io/github/forks/tomnomnom/httprobe) <br> ![](https://img.shields.io/github/watchers/tomnomnom/httprobe) |<br>| [meg](https://github.com/tomnomnom/meg) | Fetch many paths for many hosts - without killing the hosts | ![](https://img.shields.io/github/stars/tomnomnom/meg) | ![](https://img.shields.io/github/languages/top/tomnomnom/meg) | ![](https://img.shields.io/github/repo-size/tomnomnom/meg)<br>![](https://img.shields.io/github/license/tomnomnom/meg) <br> ![](https://img.shields.io/github/forks/tomnomnom/meg) <br> ![](https://img.shields.io/github/watchers/tomnomnom/meg) |<br>
## SQL Injection
| Name | Description | Popularity | Language | Metadata |
| ---------- | :---------- | :----------: | :----------: | :----------: |
| [nmap](https://github.com/nmap/nmap) | Nmap - the Network Mapper. Github mirror of official SVN repository. | ![](https://img.shields.io/github/stars/nmap/nmap) | ![](https://img.shields.io/github/languages/top/nmap/nmap) | ![](https://img.shields.io/github/repo-size/nmap/nmap)<br>![](https://img.shields.io/github/license/nmap/nmap) <br> ![](https://img.shields.io/github/forks/nmap/nmap) <br> ![](https://img.shields.io/github/watchers/nmap/nmap) |
| [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 | ![](https://img.shields.io/github/stars/projectdiscovery/naabu) | ![](https://img.shields.io/github/languages/top/projectdiscovery/naabu) | ![](https://img.shields.io/github/repo-size/projectdiscovery/naabu)<br>![](https://img.shields.io/github/license/projectdiscovery/naabu) <br> ![](https://img.shields.io/github/forks/projectdiscovery/naabu) <br> ![](https://img.shields.io/github/watchers/projectdiscovery/naabu) |
| [masscan](https://github.com/robertdavidgraham/masscan) | TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. | ![](https://img.shields.io/github/stars/robertdavidgraham/masscan) | ![](https://img.shields.io/github/languages/top/robertdavidgraham/masscan) | ![](https://img.shields.io/github/repo-size/robertdavidgraham/masscan)<br>![](https://img.shields.io/github/license/robertdavidgraham/masscan) <br> ![](https://img.shields.io/github/forks/robertdavidgraham/masscan) <br> ![](https://img.shields.io/github/watchers/robertdavidgraham/masscan) |
### Web Discovery
| [sqlmap](https://github.com/sqlmapproject/sqlmap) | Automatic SQL injection and database takeover tool | ![](https://img.shields.io/github/stars/sqlmapproject/sqlmap) | ![](https://img.shields.io/github/languages/top/sqlmapproject/sqlmap) | ![](https://img.shields.io/github/repo-size/sqlmapproject/sqlmap)<br>![](https://img.shields.io/github/license/sqlmapproject/sqlmap) <br> ![](https://img.shields.io/github/forks/sqlmapproject/sqlmap) <br> ![](https://img.shields.io/github/watchers/sqlmapproject/sqlmap) |<br>| [sqlninja](https://github.com/xxgrunge/sqlninja) | SQL Injection Tool | ![](https://img.shields.io/github/stars/xxgrunge/sqlninja) | ![](https://img.shields.io/github/languages/top/xxgrunge/sqlninja) | ![](https://img.shields.io/github/repo-size/xxgrunge/sqlninja)<br>![](https://img.shields.io/github/license/xxgrunge/sqlninja) <br> ![](https://img.shields.io/github/forks/xxgrunge/sqlninja) <br> ![](https://img.shields.io/github/watchers/xxgrunge/sqlninja) |<br>
## CORS Misconfiguration
| Name | Description | Popularity | Language | Metadata |
| ---------- | :---------- | :----------: | :----------: | :----------: |
| [gospider](https://github.com/jaeles-project/gospider) | Gospider - Fast web spider written in Go | ![](https://img.shields.io/github/stars/jaeles-project/gospider) | ![](https://img.shields.io/github/languages/top/jaeles-project/gospider) | ![](https://img.shields.io/github/repo-size/jaeles-project/gospider)<br>![](https://img.shields.io/github/license/jaeles-project/gospider) <br> ![](https://img.shields.io/github/forks/jaeles-project/gospider) <br> ![](https://img.shields.io/github/watchers/jaeles-project/gospider) |
| [gobuster](https://github.com/OJ/gobuster) | Directory/File, DNS and VHost busting tool written in Go | ![](https://img.shields.io/github/stars/OJ/gobuster) | ![](https://img.shields.io/github/languages/top/OJ/gobuster) | ![](https://img.shields.io/github/repo-size/OJ/gobuster)<br>![](https://img.shields.io/github/license/OJ/gobuster) <br> ![](https://img.shields.io/github/forks/OJ/gobuster) <br> ![](https://img.shields.io/github/watchers/OJ/gobuster) |
| [LinkFinder](https://github.com/GerbenJavado/LinkFinder) | A python script that finds endpoints in JavaScript files | ![](https://img.shields.io/github/stars/GerbenJavado/LinkFinder) | ![](https://img.shields.io/github/languages/top/GerbenJavado/LinkFinder) | ![](https://img.shields.io/github/repo-size/GerbenJavado/LinkFinder)<br>![](https://img.shields.io/github/license/GerbenJavado/LinkFinder) <br> ![](https://img.shields.io/github/forks/GerbenJavado/LinkFinder) <br> ![](https://img.shields.io/github/watchers/GerbenJavado/LinkFinder) |
| [wfuzz](https://github.com/xmendez/wfuzz) | Web application fuzzer | ![](https://img.shields.io/github/stars/xmendez/wfuzz) | ![](https://img.shields.io/github/languages/top/xmendez/wfuzz) | ![](https://img.shields.io/github/repo-size/xmendez/wfuzz)<br>![](https://img.shields.io/github/license/xmendez/wfuzz) <br> ![](https://img.shields.io/github/forks/xmendez/wfuzz) <br> ![](https://img.shields.io/github/watchers/xmendez/wfuzz) |
### Web Vulnerability Scanner
| [Corsy](https://github.com/s0md3v/Corsy) | CORS Misconfiguration Scanner | ![](https://img.shields.io/github/stars/s0md3v/Corsy) | ![](https://img.shields.io/github/languages/top/s0md3v/Corsy) | ![](https://img.shields.io/github/repo-size/s0md3v/Corsy)<br>![](https://img.shields.io/github/license/s0md3v/Corsy) <br> ![](https://img.shields.io/github/forks/s0md3v/Corsy) <br> ![](https://img.shields.io/github/watchers/s0md3v/Corsy) |<br>
## Subdomain Enumeration
| Name | Description | Popularity | Language | Metadata |
| ---------- | :---------- | :----------: | :----------: | :----------: |
| [jaeles](https://github.com/jaeles-project/jaeles) | The Swiss Army knife for automated Web Application Testing | ![](https://img.shields.io/github/stars/jaeles-project/jaeles) | ![](https://img.shields.io/github/languages/top/jaeles-project/jaeles) | ![](https://img.shields.io/github/repo-size/jaeles-project/jaeles)<br>![](https://img.shields.io/github/license/jaeles-project/jaeles) <br> ![](https://img.shields.io/github/forks/jaeles-project/jaeles) <br> ![](https://img.shields.io/github/watchers/jaeles-project/jaeles) |
| [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. | ![](https://img.shields.io/github/stars/wpscanteam/wpscan) | ![](https://img.shields.io/github/languages/top/wpscanteam/wpscan) | ![](https://img.shields.io/github/repo-size/wpscanteam/wpscan)<br>![](https://img.shields.io/github/license/wpscanteam/wpscan) <br> ![](https://img.shields.io/github/forks/wpscanteam/wpscan) <br> ![](https://img.shields.io/github/watchers/wpscanteam/wpscan) |
| [Wordpresscan](https://github.com/swisskyrepo/Wordpresscan) | WPScan rewritten in Python + some WPSeku ideas | ![](https://img.shields.io/github/stars/swisskyrepo/Wordpresscan) | ![](https://img.shields.io/github/languages/top/swisskyrepo/Wordpresscan) | ![](https://img.shields.io/github/repo-size/swisskyrepo/Wordpresscan)<br>![](https://img.shields.io/github/license/swisskyrepo/Wordpresscan) <br> ![](https://img.shields.io/github/forks/swisskyrepo/Wordpresscan) <br> ![](https://img.shields.io/github/watchers/swisskyrepo/Wordpresscan) |
| [arachni](https://github.com/Arachni/arachni) | Web Application Security Scanner Framework | ![](https://img.shields.io/github/stars/Arachni/arachni) | ![](https://img.shields.io/github/languages/top/Arachni/arachni) | ![](https://img.shields.io/github/repo-size/Arachni/arachni)<br>![](https://img.shields.io/github/license/Arachni/arachni) <br> ![](https://img.shields.io/github/forks/Arachni/arachni) <br> ![](https://img.shields.io/github/watchers/Arachni/arachni) |
| [testssl.sh](https://github.com/drwetter/testssl.sh) | Testing TLS/SSL encryption anywhere on any port | ![](https://img.shields.io/github/stars/drwetter/testssl.sh) | ![](https://img.shields.io/github/languages/top/drwetter/testssl.sh) | ![](https://img.shields.io/github/repo-size/drwetter/testssl.sh)<br>![](https://img.shields.io/github/license/drwetter/testssl.sh) <br> ![](https://img.shields.io/github/forks/drwetter/testssl.sh) <br> ![](https://img.shields.io/github/watchers/drwetter/testssl.sh) |
| [a2sv](https://github.com/hahwul/a2sv) | Auto Scanning to SSL Vulnerability | ![](https://img.shields.io/github/stars/hahwul/a2sv) | ![](https://img.shields.io/github/languages/top/hahwul/a2sv) | ![](https://img.shields.io/github/repo-size/hahwul/a2sv)<br>![](https://img.shields.io/github/license/hahwul/a2sv) <br> ![](https://img.shields.io/github/forks/hahwul/a2sv) <br> ![](https://img.shields.io/github/watchers/hahwul/a2sv) |
### XSS
| [Amass](https://github.com/OWASP/Amass) | In-depth Attack Surface Mapping and Asset Discovery | ![](https://img.shields.io/github/stars/OWASP/Amass) | ![](https://img.shields.io/github/languages/top/OWASP/Amass) | ![](https://img.shields.io/github/repo-size/OWASP/Amass)<br>![](https://img.shields.io/github/license/OWASP/Amass) <br> ![](https://img.shields.io/github/forks/OWASP/Amass) <br> ![](https://img.shields.io/github/watchers/OWASP/Amass) |<br>| [assetfinder](https://github.com/tomnomnom/assetfinder) | Find domains and subdomains related to a given domain | ![](https://img.shields.io/github/stars/tomnomnom/assetfinder) | ![](https://img.shields.io/github/languages/top/tomnomnom/assetfinder) | ![](https://img.shields.io/github/repo-size/tomnomnom/assetfinder)<br>![](https://img.shields.io/github/license/tomnomnom/assetfinder) <br> ![](https://img.shields.io/github/forks/tomnomnom/assetfinder) <br> ![](https://img.shields.io/github/watchers/tomnomnom/assetfinder) |<br>| [findomain](https://github.com/Edu4rdSHL/findomain) | The fastest and cross-platform subdomain enumerator, do not waste your time. | ![](https://img.shields.io/github/stars/Edu4rdSHL/findomain) | ![](https://img.shields.io/github/languages/top/Edu4rdSHL/findomain) | ![](https://img.shields.io/github/repo-size/Edu4rdSHL/findomain)<br>![](https://img.shields.io/github/license/Edu4rdSHL/findomain) <br> ![](https://img.shields.io/github/forks/Edu4rdSHL/findomain) <br> ![](https://img.shields.io/github/watchers/Edu4rdSHL/findomain) |<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. | ![](https://img.shields.io/github/stars/projectdiscovery/subfinder) | ![](https://img.shields.io/github/languages/top/projectdiscovery/subfinder) | ![](https://img.shields.io/github/repo-size/projectdiscovery/subfinder)<br>![](https://img.shields.io/github/license/projectdiscovery/subfinder) <br> ![](https://img.shields.io/github/forks/projectdiscovery/subfinder) <br> ![](https://img.shields.io/github/watchers/projectdiscovery/subfinder) |<br>
## Port scanner
| Name | Description | Popularity | Language | Metadata |
| ---------- | :---------- | :----------: | :----------: | :----------: |
| [XSStrike](https://github.com/s0md3v/XSStrike) | Most advanced XSS scanner. | ![](https://img.shields.io/github/stars/s0md3v/XSStrike) | ![](https://img.shields.io/github/languages/top/s0md3v/XSStrike) | ![](https://img.shields.io/github/repo-size/s0md3v/XSStrike)<br>![](https://img.shields.io/github/license/s0md3v/XSStrike) <br> ![](https://img.shields.io/github/forks/s0md3v/XSStrike) <br> ![](https://img.shields.io/github/watchers/s0md3v/XSStrike) |
| [XSpear](https://github.com/hahwul/XSpear) | Powerfull XSS Scanning and Parameter analysis tool&gem | ![](https://img.shields.io/github/stars/hahwul/XSpear) | ![](https://img.shields.io/github/languages/top/hahwul/XSpear) | ![](https://img.shields.io/github/repo-size/hahwul/XSpear)<br>![](https://img.shields.io/github/license/hahwul/XSpear) <br> ![](https://img.shields.io/github/forks/hahwul/XSpear) <br> ![](https://img.shields.io/github/watchers/hahwul/XSpear) |
| [XSSCon](https://github.com/menkrep1337/XSSCon) | XSSCon | ![](https://img.shields.io/github/stars/menkrep1337/XSSCon) | ![](https://img.shields.io/github/languages/top/menkrep1337/XSSCon) | ![](https://img.shields.io/github/repo-size/menkrep1337/XSSCon)<br>![](https://img.shields.io/github/license/menkrep1337/XSSCon) <br> ![](https://img.shields.io/github/forks/menkrep1337/XSSCon) <br> ![](https://img.shields.io/github/watchers/menkrep1337/XSSCon) |
| [masscan](https://github.com/robertdavidgraham/masscan) | TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. | ![](https://img.shields.io/github/stars/robertdavidgraham/masscan) | ![](https://img.shields.io/github/languages/top/robertdavidgraham/masscan) | ![](https://img.shields.io/github/repo-size/robertdavidgraham/masscan)<br>![](https://img.shields.io/github/license/robertdavidgraham/masscan) <br> ![](https://img.shields.io/github/forks/robertdavidgraham/masscan) <br> ![](https://img.shields.io/github/watchers/robertdavidgraham/masscan) |<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 | ![](https://img.shields.io/github/stars/projectdiscovery/naabu) | ![](https://img.shields.io/github/languages/top/projectdiscovery/naabu) | ![](https://img.shields.io/github/repo-size/projectdiscovery/naabu)<br>![](https://img.shields.io/github/license/projectdiscovery/naabu) <br> ![](https://img.shields.io/github/forks/projectdiscovery/naabu) <br> ![](https://img.shields.io/github/watchers/projectdiscovery/naabu) |<br>| [nmap](https://github.com/nmap/nmap) | Nmap - the Network Mapper. Github mirror of official SVN repository. | ![](https://img.shields.io/github/stars/nmap/nmap) | ![](https://img.shields.io/github/languages/top/nmap/nmap) | ![](https://img.shields.io/github/repo-size/nmap/nmap)<br>![](https://img.shields.io/github/license/nmap/nmap) <br> ![](https://img.shields.io/github/forks/nmap/nmap) <br> ![](https://img.shields.io/github/watchers/nmap/nmap) |<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. | ![](https://img.shields.io/github/stars/s0md3v/XSStrike) | ![](https://img.shields.io/github/languages/top/s0md3v/XSStrike) | ![](https://img.shields.io/github/repo-size/s0md3v/XSStrike)<br>![](https://img.shields.io/github/license/s0md3v/XSStrike) <br> ![](https://img.shields.io/github/forks/s0md3v/XSStrike) <br> ![](https://img.shields.io/github/watchers/s0md3v/XSStrike) |<br>| [Xspear](https://github.com/hahwul/Xspear) | Powerfull XSS Scanning and Parameter analysis tool&gem | ![](https://img.shields.io/github/stars/hahwul/Xspear) | ![](https://img.shields.io/github/languages/top/hahwul/Xspear) | ![](https://img.shields.io/github/repo-size/hahwul/Xspear)<br>![](https://img.shields.io/github/license/hahwul/Xspear) <br> ![](https://img.shields.io/github/forks/hahwul/Xspear) <br> ![](https://img.shields.io/github/watchers/hahwul/Xspear) |<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. | ![](https://img.shields.io/github/stars/codingo/NoSQLMap) | ![](https://img.shields.io/github/languages/top/codingo/NoSQLMap) | ![](https://img.shields.io/github/repo-size/codingo/NoSQLMap)<br>![](https://img.shields.io/github/license/codingo/NoSQLMap) <br> ![](https://img.shields.io/github/forks/codingo/NoSQLMap) <br> ![](https://img.shields.io/github/watchers/codingo/NoSQLMap) |<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. | ![](https://img.shields.io/github/stars/hahwul/s3reverse) | ![](https://img.shields.io/github/languages/top/hahwul/s3reverse) | ![](https://img.shields.io/github/repo-size/hahwul/s3reverse)<br>![](https://img.shields.io/github/license/hahwul/s3reverse) <br> ![](https://img.shields.io/github/forks/hahwul/s3reverse) <br> ![](https://img.shields.io/github/watchers/hahwul/s3reverse) |<br>
## Web Discovery
| Name | Description | Popularity | Language | Metadata |
| ---------- | :---------- | :----------: | :----------: | :----------: |
| [Arjun](https://github.com/s0md3v/Arjun) | HTTP parameter discovery suite. | ![](https://img.shields.io/github/stars/s0md3v/Arjun) | ![](https://img.shields.io/github/languages/top/s0md3v/Arjun) | ![](https://img.shields.io/github/repo-size/s0md3v/Arjun)<br>![](https://img.shields.io/github/license/s0md3v/Arjun) <br> ![](https://img.shields.io/github/forks/s0md3v/Arjun) <br> ![](https://img.shields.io/github/watchers/s0md3v/Arjun) |<br>| [Photon](https://github.com/s0md3v/Photon) | Incredibly fast crawler designed for OSINT. | ![](https://img.shields.io/github/stars/s0md3v/Photon) | ![](https://img.shields.io/github/languages/top/s0md3v/Photon) | ![](https://img.shields.io/github/repo-size/s0md3v/Photon)<br>![](https://img.shields.io/github/license/s0md3v/Photon) <br> ![](https://img.shields.io/github/forks/s0md3v/Photon) <br> ![](https://img.shields.io/github/watchers/s0md3v/Photon) |<br>| [ReconDog](https://github.com/s0md3v/ReconDog) | Reconnaissance Swiss Army Knife | ![](https://img.shields.io/github/stars/s0md3v/ReconDog) | ![](https://img.shields.io/github/languages/top/s0md3v/ReconDog) | ![](https://img.shields.io/github/repo-size/s0md3v/ReconDog)<br>![](https://img.shields.io/github/license/s0md3v/ReconDog) <br> ![](https://img.shields.io/github/forks/s0md3v/ReconDog) <br> ![](https://img.shields.io/github/watchers/s0md3v/ReconDog) |<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. | ![](https://img.shields.io/github/stars/projectdiscovery/dnsprobe) | ![](https://img.shields.io/github/languages/top/projectdiscovery/dnsprobe) | ![](https://img.shields.io/github/repo-size/projectdiscovery/dnsprobe)<br>![](https://img.shields.io/github/license/projectdiscovery/dnsprobe) <br> ![](https://img.shields.io/github/forks/projectdiscovery/dnsprobe) <br> ![](https://img.shields.io/github/watchers/projectdiscovery/dnsprobe) |<br>| [gospider](https://github.com/jaeles-project/gospider) | Gospider - Fast web spider written in Go | ![](https://img.shields.io/github/stars/jaeles-project/gospider) | ![](https://img.shields.io/github/languages/top/jaeles-project/gospider) | ![](https://img.shields.io/github/repo-size/jaeles-project/gospider)<br>![](https://img.shields.io/github/license/jaeles-project/gospider) <br> ![](https://img.shields.io/github/forks/jaeles-project/gospider) <br> ![](https://img.shields.io/github/watchers/jaeles-project/gospider) |<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. | ![](https://img.shields.io/github/stars/projectdiscovery/shuffledns) | ![](https://img.shields.io/github/languages/top/projectdiscovery/shuffledns) | ![](https://img.shields.io/github/repo-size/projectdiscovery/shuffledns)<br>![](https://img.shields.io/github/license/projectdiscovery/shuffledns) <br> ![](https://img.shields.io/github/forks/projectdiscovery/shuffledns) <br> ![](https://img.shields.io/github/watchers/projectdiscovery/shuffledns) |<br>| [waybackurls](https://github.com/tomnomnom/waybackurls) | Fetch all the URLs that the Wayback Machine knows about for a domain | ![](https://img.shields.io/github/stars/tomnomnom/waybackurls) | ![](https://img.shields.io/github/languages/top/tomnomnom/waybackurls) | ![](https://img.shields.io/github/repo-size/tomnomnom/waybackurls)<br>![](https://img.shields.io/github/license/tomnomnom/waybackurls) <br> ![](https://img.shields.io/github/forks/tomnomnom/waybackurls) <br> ![](https://img.shields.io/github/watchers/tomnomnom/waybackurls) |<br>
## Web Vulnerability Scanner
| Name | Description | Popularity | Language | Metadata |
| ---------- | :---------- | :----------: | :----------: | :----------: |
| [Silver](https://github.com/s0md3v/Silver) | Mass scan IPs for vulnerable services | ![](https://img.shields.io/github/stars/s0md3v/Silver) | ![](https://img.shields.io/github/languages/top/s0md3v/Silver) | ![](https://img.shields.io/github/repo-size/s0md3v/Silver)<br>![](https://img.shields.io/github/license/s0md3v/Silver) <br> ![](https://img.shields.io/github/forks/s0md3v/Silver) <br> ![](https://img.shields.io/github/watchers/s0md3v/Silver) |<br>| [Striker](https://github.com/s0md3v/Striker) | Striker is an offensive information and vulnerability scanner. | ![](https://img.shields.io/github/stars/s0md3v/Striker) | ![](https://img.shields.io/github/languages/top/s0md3v/Striker) | ![](https://img.shields.io/github/repo-size/s0md3v/Striker)<br>![](https://img.shields.io/github/license/s0md3v/Striker) <br> ![](https://img.shields.io/github/forks/s0md3v/Striker) <br> ![](https://img.shields.io/github/watchers/s0md3v/Striker) |<br>| [a2sv](https://github.com/hahwul/a2sv) | Auto Scanning to SSL Vulnerability | ![](https://img.shields.io/github/stars/hahwul/a2sv) | ![](https://img.shields.io/github/languages/top/hahwul/a2sv) | ![](https://img.shields.io/github/repo-size/hahwul/a2sv)<br>![](https://img.shields.io/github/license/hahwul/a2sv) <br> ![](https://img.shields.io/github/forks/hahwul/a2sv) <br> ![](https://img.shields.io/github/watchers/hahwul/a2sv) |<br>| [websocket-connection-smuggler](https://github.com/hahwul/websocket-connection-smuggler) | websocket-connection-smuggler | ![](https://img.shields.io/github/stars/hahwul/websocket-connection-smuggler) | ![](https://img.shields.io/github/languages/top/hahwul/websocket-connection-smuggler) | ![](https://img.shields.io/github/repo-size/hahwul/websocket-connection-smuggler)<br>![](https://img.shields.io/github/license/hahwul/websocket-connection-smuggler) <br> ![](https://img.shields.io/github/forks/hahwul/websocket-connection-smuggler) <br> ![](https://img.shields.io/github/watchers/hahwul/websocket-connection-smuggler) |<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 | ![](https://img.shields.io/github/stars/hahwul/ftc) | ![](https://img.shields.io/github/languages/top/hahwul/ftc) | ![](https://img.shields.io/github/repo-size/hahwul/ftc)<br>![](https://img.shields.io/github/license/hahwul/ftc) <br> ![](https://img.shields.io/github/forks/hahwul/ftc) <br> ![](https://img.shields.io/github/watchers/hahwul/ftc) |<br>| [gf](https://github.com/tomnomnom/gf) | A wrapper around grep, to help you grep for things | ![](https://img.shields.io/github/stars/tomnomnom/gf) | ![](https://img.shields.io/github/languages/top/tomnomnom/gf) | ![](https://img.shields.io/github/repo-size/tomnomnom/gf)<br>![](https://img.shields.io/github/license/tomnomnom/gf) <br> ![](https://img.shields.io/github/forks/tomnomnom/gf) <br> ![](https://img.shields.io/github/watchers/tomnomnom/gf) |<br>| [gron](https://github.com/tomnomnom/gron) | Make JSON greppable! | ![](https://img.shields.io/github/stars/tomnomnom/gron) | ![](https://img.shields.io/github/languages/top/tomnomnom/gron) | ![](https://img.shields.io/github/repo-size/tomnomnom/gron)<br>![](https://img.shields.io/github/license/tomnomnom/gron) <br> ![](https://img.shields.io/github/forks/tomnomnom/gron) <br> ![](https://img.shields.io/github/watchers/tomnomnom/gron) |<br>## Contribute and Contributor
### Usage of weapon-md
```
./weapon-md