mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-03-07 06:15:57 -05:00
distribute readme
This commit is contained in:
parent
d72874c690
commit
ea5d2fb452
@ -35,6 +35,7 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin
|
||||
| Discovery/DOMAIN | [findomain](https://github.com/Edu4rdSHL/findomain) | The fastest and cross-platform subdomain enumerator, do not waste your time. |  |  |
|
||||
| Discovery/DOMAIN | [knock](https://github.com/guelfoweb/knock) | Knock Subdomain Scan |  |  |
|
||||
| Discovery/DOMAIN | [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. |  |  |
|
||||
| Discovery/FUZZ | [ParamSpider](https://github.com/devanshbatham/ParamSpider) | Mining parameters from dark corners of Web Archives |  |  |
|
||||
| Discovery/FUZZ | [dirsearch](https://github.com/maurosoria/dirsearch) | Web path scanner |  |  |
|
||||
| Discovery/FUZZ | [gobuster](https://github.com/OJ/gobuster) | Directory/File, DNS and VHost busting tool written in Go |  |  |
|
||||
| Discovery/GIT | [GitMiner](https://github.com/UnkL4b/GitMiner) | Tool for advanced mining for content on Github |  |  |
|
||||
|
@ -49,6 +49,11 @@
|
||||
"Method": "NOSQL",
|
||||
"Type": "Scanner"
|
||||
},
|
||||
"ParamSpider": {
|
||||
"Type": "Discovery",
|
||||
"Data": "| Discovery/FUZZ | [ParamSpider](https://github.com/devanshbatham/ParamSpider) | Mining parameters from dark corners of Web Archives |  |  |",
|
||||
"Method": "FUZZ"
|
||||
},
|
||||
"Phoenix": {
|
||||
"Data": "| Utility/ETC | [Phoenix](https://www.hahwul.com/p/phoenix.html) | hahwul's online tools| | |",
|
||||
"Method": "ETC",
|
||||
@ -140,9 +145,9 @@
|
||||
"Type": "Discovery"
|
||||
},
|
||||
"cc.py": {
|
||||
"Type": "Discovery",
|
||||
"Data": "| Discovery/CRAWL | [cc.py](https://github.com/si9int/cc.py) | Extracting URLs of a specific target based on the results of \"commoncrawl.org\" |  |  |",
|
||||
"Method": "CRAWL"
|
||||
"Method": "CRAWL",
|
||||
"Type": "Discovery"
|
||||
},
|
||||
"dirsearch": {
|
||||
"Data": "| Discovery/FUZZ | [dirsearch](https://github.com/maurosoria/dirsearch) | Web path scanner |  |  |",
|
||||
|
Loading…
x
Reference in New Issue
Block a user