mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-04-11 18:29:14 -04:00
distribute readme
This commit is contained in:
parent
4abbb085c1
commit
c32a8359ae
@ -99,6 +99,7 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin
|
||||
| Discovery/JS | [JSFScan.sh](https://github.com/KathanP19/JSFScan.sh) | Automation for javascript recon in bug bounty. |  |  |
|
||||
| Discovery/JS | [LinkFinder](https://github.com/GerbenJavado/LinkFinder) | A python script that finds endpoints in JavaScript files |  |  |
|
||||
| Discovery/JS | [SecretFinder](https://github.com/m4ll0k/SecretFinder) | SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript files |  |  |
|
||||
| Discovery/JS | [subjs](https://github.com/lc/subjs) | Fetches javascript file from a list of URLS or subdomains. |  |  |
|
||||
| Discovery/OSINT | [spiderfoot](https://github.com/smicallef/spiderfoot) | SpiderFoot automates OSINT collection so that you can focus on analysis. |  |  |
|
||||
| Discovery/PARAM | [ParamSpider](https://github.com/devanshbatham/ParamSpider) | Mining parameters from dark corners of Web Archives |  |  |
|
||||
| Discovery/PARAM | [Parth](https://github.com/s0md3v/Parth) | Heuristic Vulnerable Parameter Scanner |  |  |
|
||||
|
20
data.json
20
data.json
@ -1008,15 +1008,15 @@
|
||||
}
|
||||
},
|
||||
"Web-Cache-Vulnerability-Scanner": {
|
||||
"Type": "Scanner",
|
||||
"Data": "| Scanner/CACHE | [Web-Cache-Vulnerability-Scanner](https://github.com/Hackmanit/Web-Cache-Vulnerability-Scanner) | Web Cache Vulnerability Scanner is a Go-based CLI tool for testing for web cache poisoning. It is developed by Hackmanit GmbH (http://hackmanit.de/). |  |  |",
|
||||
"Method": "CACHE",
|
||||
"Description": "Web Cache Vulnerability Scanner is a Go-based CLI tool for testing for web cache poisoning. It is developed by Hackmanit GmbH (http://hackmanit.de/).",
|
||||
"Install": {
|
||||
"Linux": "",
|
||||
"MacOS": "",
|
||||
"Windows": ""
|
||||
},
|
||||
"Method": "CACHE",
|
||||
"Type": "Scanner",
|
||||
"Update": {
|
||||
"Linux": "",
|
||||
"MacOS": "",
|
||||
@ -3263,6 +3263,22 @@
|
||||
"Windows": "go get github.com/haccer/subjack"
|
||||
}
|
||||
},
|
||||
"subjs": {
|
||||
"Type": "Discovery",
|
||||
"Data": "| Discovery/JS | [subjs](https://github.com/lc/subjs) | Fetches javascript file from a list of URLS or subdomains. |  |  |",
|
||||
"Method": "JS",
|
||||
"Description": "Fetches javascript file from a list of URLS or subdomains.",
|
||||
"Install": {
|
||||
"Linux": "",
|
||||
"MacOS": "",
|
||||
"Windows": ""
|
||||
},
|
||||
"Update": {
|
||||
"Linux": "",
|
||||
"MacOS": "",
|
||||
"Windows": ""
|
||||
}
|
||||
},
|
||||
"subs_all": {
|
||||
"Data": "| Utility/WORD | [subs_all](https://github.com/emadshanab/subs_all) | Subdomain Enumeration Wordlist. 8956437 unique words. Updated. |  |  |",
|
||||
"Description": "Subdomain Enumeration Wordlist. 8956437 unique words. Updated. ",
|
||||
|
Loading…
x
Reference in New Issue
Block a user