mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-04-01 19:45:36 -04:00
distribute readme
This commit is contained in:
parent
b62529e178
commit
2c5d78f932
@ -32,6 +32,7 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin
|
||||
| Discovery/CRAWL | [go-dork](https://github.com/dwisiswant0/go-dork) | The fastest dork scanner written in Go. |  |  |
|
||||
| Discovery/CRAWL | [gospider](https://github.com/jaeles-project/gospider) | Gospider - Fast web spider written in Go |  |  |
|
||||
| Discovery/CRAWL | [hakrawler](https://github.com/hakluke/hakrawler) | Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application |  |  |
|
||||
| Discovery/CRAWL | [urlgrab](https://github.com/IAmStoxe/urlgrab) | A golang utility to spider through a website searching for additional links. |  |  |
|
||||
| Discovery/DNS | [DNSDumpster](https://dnsdumpster.com) | Online dns recon & research, find & lookup dns records| | |
|
||||
| Discovery/DNS | [SecurityTrails](https://securitytrails.com) | Online dns / subdomain / recon tool| | |
|
||||
| Discovery/DNS | [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. |  |  |
|
||||
|
@ -490,9 +490,9 @@
|
||||
"Type": "Discovery"
|
||||
},
|
||||
"meg": {
|
||||
"Type": "Fetch",
|
||||
"Data": "| Fetch/HTTP | [meg](https://github.com/tomnomnom/meg) | Fetch many paths for many hosts - without killing the hosts |  |  |",
|
||||
"Method": "HTTP"
|
||||
"Method": "HTTP",
|
||||
"Type": "Fetch"
|
||||
},
|
||||
"megplus": {
|
||||
"Data": "| Scanner/RECON | [megplus](https://github.com/EdOverflow/megplus) | Automated reconnaissance wrapper — TomNomNom's meg on steroids. [DEPRECATED] |  |  |",
|
||||
@ -624,6 +624,11 @@
|
||||
"Method": "URL",
|
||||
"Type": "Utility"
|
||||
},
|
||||
"urlgrab": {
|
||||
"Type": "Discovery",
|
||||
"Data": "| Discovery/CRAWL | [urlgrab](https://github.com/IAmStoxe/urlgrab) | A golang utility to spider through a website searching for additional links. |  |  |",
|
||||
"Method": "CRAWL"
|
||||
},
|
||||
"urlprobe": {
|
||||
"Data": "| Utility/URL | [urlprobe](https://github.com/1ndianl33t/urlprobe) | Urls status code \u0026 content length checker |  |  |",
|
||||
"Method": "URL",
|
||||
|
Loading…
x
Reference in New Issue
Block a user