mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-03-07 22:47:17 -05:00
distribute readme
This commit is contained in:
parent
867f8612cd
commit
61642c2434
@ -52,6 +52,7 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin
|
|||||||
| 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/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/FAVICON | [FavFreak](https://github.com/devanshbatham/FavFreak) | Making Favicon.ico based Recon Great again ! |  |  |
|
| Discovery/FAVICON | [FavFreak](https://github.com/devanshbatham/FavFreak) | Making Favicon.ico based Recon Great again ! |  |  |
|
||||||
| Discovery/FUZZ | [dirsearch](https://github.com/maurosoria/dirsearch) | Web path scanner |  |  |
|
| Discovery/FUZZ | [dirsearch](https://github.com/maurosoria/dirsearch) | Web path scanner |  |  |
|
||||||
|
| Discovery/FUZZ | [feroxbuster](https://github.com/epi052/feroxbuster) | A fast, simple, recursive content discovery tool written in Rust. |  |  |
|
||||||
| Discovery/FUZZ | [gobuster](https://github.com/OJ/gobuster) | Directory/File, DNS and VHost busting tool written in Go |  |  |
|
| Discovery/FUZZ | [gobuster](https://github.com/OJ/gobuster) | Directory/File, DNS and VHost busting tool written in Go |  |  |
|
||||||
| Discovery/FUZZ | [medusa](https://github.com/riza/medusa) | Fastest recursive HTTP fuzzer, like a Ferrari. |  |  |
|
| Discovery/FUZZ | [medusa](https://github.com/riza/medusa) | Fastest recursive HTTP fuzzer, like a Ferrari. |  |  |
|
||||||
| Discovery/GIT | [GitMiner](https://github.com/UnkL4b/GitMiner) | Tool for advanced mining for content on Github |  |  |
|
| Discovery/GIT | [GitMiner](https://github.com/UnkL4b/GitMiner) | Tool for advanced mining for content on Github |  |  |
|
||||||
|
20
data.json
20
data.json
@ -96,15 +96,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"BurpSuite": {
|
"BurpSuite": {
|
||||||
"Type": "Army-Knife",
|
|
||||||
"Data": "| Army-Knife/PROXY | [BurpSuite](https://portswigger.net/burp) | the BurpSuite Project||",
|
"Data": "| Army-Knife/PROXY | [BurpSuite](https://portswigger.net/burp) | the BurpSuite Project||",
|
||||||
"Method": "PROXY",
|
|
||||||
"Description": "the BurpSuite Project",
|
"Description": "the BurpSuite Project",
|
||||||
"Install": {
|
"Install": {
|
||||||
"Linux": "",
|
"Linux": "",
|
||||||
"MacOS": "",
|
"MacOS": "",
|
||||||
"Windows": ""
|
"Windows": ""
|
||||||
},
|
},
|
||||||
|
"Method": "PROXY",
|
||||||
|
"Type": "Army-Knife",
|
||||||
"Update": {
|
"Update": {
|
||||||
"Linux": "",
|
"Linux": "",
|
||||||
"MacOS": "",
|
"MacOS": "",
|
||||||
@ -1103,6 +1103,22 @@
|
|||||||
"Windows": ""
|
"Windows": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"feroxbuster": {
|
||||||
|
"Type": "Discovery",
|
||||||
|
"Data": "| Discovery/FUZZ | [feroxbuster](https://github.com/epi052/feroxbuster) | A fast, simple, recursive content discovery tool written in Rust. |  |  |",
|
||||||
|
"Method": "FUZZ",
|
||||||
|
"Description": "A fast, simple, recursive content discovery tool written in Rust.",
|
||||||
|
"Install": {
|
||||||
|
"Linux": "",
|
||||||
|
"MacOS": "",
|
||||||
|
"Windows": ""
|
||||||
|
},
|
||||||
|
"Update": {
|
||||||
|
"Linux": "",
|
||||||
|
"MacOS": "",
|
||||||
|
"Windows": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
"ffuf": {
|
"ffuf": {
|
||||||
"Data": "| Scanner/FUZZ | [ffuf](https://github.com/ffuf/ffuf) | Fast web fuzzer written in Go |  |  |",
|
"Data": "| Scanner/FUZZ | [ffuf](https://github.com/ffuf/ffuf) | Fast web fuzzer written in Go |  |  |",
|
||||||
"Description": "Fast web fuzzer written in Go ",
|
"Description": "Fast web fuzzer written in Go ",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user