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
909b3be6ee
commit
f3d8add11f
@ -96,6 +96,7 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin
|
||||
| Discovery/GIT | [gitrob](https://github.com/michenriksen/gitrob) | Reconnaissance tool for GitHub organizations |  |  |
|
||||
| Discovery/GQL | [graphql-voyager](https://github.com/APIs-guru/graphql-voyager) | 🛰️ Represent any GraphQL API as an interactive graph |  |  |
|
||||
| Discovery/GQL | [inql](https://github.com/doyensec/inql) | InQL - A Burp Extension for GraphQL Security Testing |  |  |
|
||||
| Discovery/HOST | [uncover](https://github.com/projectdiscovery/uncover) | Quickly discover exposed hosts on the internet using multiple search engine. |  |  |
|
||||
| Discovery/HTTP | [Arjun](https://github.com/s0md3v/Arjun) | HTTP parameter discovery suite. |  |  |
|
||||
| Discovery/HTTP | [headi](https://github.com/mlcsec/headi) | Customisable and automated HTTP header injection |  |  |
|
||||
| Discovery/JS | [JSFScan.sh](https://github.com/KathanP19/JSFScan.sh) | Automation for javascript recon in bug bounty. |  |  |
|
||||
|
20
data.json
20
data.json
@ -1824,15 +1824,15 @@
|
||||
}
|
||||
},
|
||||
"gau": {
|
||||
"Type": "Discovery",
|
||||
"Data": "| Discovery/URL | [gau](https://github.com/lc/gau) | Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl. |  |  |",
|
||||
"Method": "URL",
|
||||
"Description": "Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl.",
|
||||
"Install": {
|
||||
"Linux": "GO111MODULE=on go get -u -v github.com/lc/gau",
|
||||
"MacOS": "GO111MODULE=on go get -u -v github.com/lc/gau",
|
||||
"Windows": "go get -u -v github.com/lc/gau"
|
||||
},
|
||||
"Method": "URL",
|
||||
"Type": "Discovery",
|
||||
"Update": {
|
||||
"Linux": "GO111MODULE=on go get -u -v github.com/lc/gau",
|
||||
"MacOS": "GO111MODULE=on go get -u -v github.com/lc/gau",
|
||||
@ -3487,6 +3487,22 @@
|
||||
"Windows": ""
|
||||
}
|
||||
},
|
||||
"uncover": {
|
||||
"Type": "Discovery",
|
||||
"Data": "| Discovery/HOST | [uncover](https://github.com/projectdiscovery/uncover) | Quickly discover exposed hosts on the internet using multiple search engine. |  |  |",
|
||||
"Method": "HOST",
|
||||
"Description": "Quickly discover exposed hosts on the internet using multiple search engine.",
|
||||
"Install": {
|
||||
"Linux": "",
|
||||
"MacOS": "",
|
||||
"Windows": ""
|
||||
},
|
||||
"Update": {
|
||||
"Linux": "",
|
||||
"MacOS": "",
|
||||
"Windows": ""
|
||||
}
|
||||
},
|
||||
"unfurl": {
|
||||
"Data": "| Utility/URL | [unfurl](https://github.com/tomnomnom/unfurl) | Pull out bits of URLs provided on stdin |  |  |",
|
||||
"Description": "Pull out bits of URLs provided on stdin ",
|
||||
|
Loading…
x
Reference in New Issue
Block a user