mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-03-07 14:25:52 -05:00
Update README.md
This commit is contained in:
parent
d5909d5481
commit
a9cd7aeda2
34
README.md
34
README.md
@ -12,7 +12,7 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin
|
||||
- [Subdomain Enumeration](#subdomain-enumeration)
|
||||
- [Fetch path and host](#fetch-path-and-host)
|
||||
- [Port scanner](#port-scanner)
|
||||
- [Web Crawler](#web-crawler)
|
||||
- [Web Discovery](#web-discovery)
|
||||
- [Web Vulnerability Scanner](#web-vulnerability-scanner)
|
||||
- [XSS](#xss)
|
||||
- [CSRF](#csrf)
|
||||
@ -30,9 +30,39 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin
|
||||
|
||||
## Weapons
|
||||
### Subdomain Enumeration
|
||||
|
||||
| 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
|
||||
|
||||
| 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
|
||||
### Web Crawler
|
||||
|
||||
| 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
|
||||
|
||||
| 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
|
||||
### XSS
|
||||
### CSRF
|
||||
|
Loading…
x
Reference in New Issue
Block a user