mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-03-07 14:25:52 -05:00
distribute readme
This commit is contained in:
parent
34de5e6cb3
commit
6ff2887e6c
@ -54,6 +54,7 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin
|
||||
| Discovery/GQL | [inql](https://github.com/doyensec/inql) | InQL - A Burp Extension for GraphQL Security Testing |  |  |
|
||||
| Discovery/HTTP | [Arjun](https://github.com/s0md3v/Arjun) | HTTP parameter discovery suite. |  |  |
|
||||
| Discovery/HTTP | [Aron](https://github.com/m4ll0k/Aron) | Aron is a GO script for finding hidden GET & POST parameters |  |  |
|
||||
| Discovery/PORT | [RustScan](https://github.com/brandonskerritt/RustScan) | Faster Nmap Scanning with Rust |  |  |
|
||||
| Discovery/PORT | [Shodan](https://www.shodan.io/) | World's first search engine for Internet-connected devices| | |
|
||||
| Discovery/PORT | [masscan](https://github.com/robertdavidgraham/masscan) | TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. |  |  |
|
||||
| Discovery/PORT | [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 |  |  |
|
||||
|
@ -45,9 +45,9 @@
|
||||
"Type": "Scanner"
|
||||
},
|
||||
"CyberChef": {
|
||||
"Type": "Utility",
|
||||
"Data": "| Utility/TOOLBOX | [CyberChef](https://github.com/gchq/CyberChef) | The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis |  |  |",
|
||||
"Method": "TOOLBOX"
|
||||
"Method": "TOOLBOX",
|
||||
"Type": "Utility"
|
||||
},
|
||||
"DNSDumpster": {
|
||||
"Data": "| Discovery/DNS | [DNSDumpster](https://dnsdumpster.com) | Online dns recon \u0026 research, find \u0026 lookup dns records| | |",
|
||||
@ -114,6 +114,11 @@
|
||||
"Method": "CRAWL",
|
||||
"Type": "Discovery"
|
||||
},
|
||||
"RustScan": {
|
||||
"Type": "Discovery",
|
||||
"Data": "| Discovery/PORT | [RustScan](https://github.com/brandonskerritt/RustScan) | Faster Nmap Scanning with Rust |  |  |",
|
||||
"Method": "PORT"
|
||||
},
|
||||
"S3Scanner": {
|
||||
"Data": "| Scanner/S3 | [S3Scanner](https://github.com/sa7mon/S3Scanner) | Scan for open AWS S3 buckets and dump the contents |  |  |",
|
||||
"Method": "S3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user