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
ed6302b022
commit
9814ff81dd
@ -58,6 +58,7 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin
|
||||
| Discovery/GQL | [inql](https://github.com/doyensec/inql) | InQL - A Burp Extension for GraphQL Security Testing |  |  |
|
||||
| Discovery/HTTP | [Arjun](https://github.com/s0md3v/Arjun) | HTTP parameter discovery suite. |  |  |
|
||||
| Discovery/HTTP | [Aron](https://github.com/m4ll0k/Aron) | Aron is a GO script for finding hidden GET & POST parameters |  |  |
|
||||
| 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/PORT | [RustScan](https://github.com/brandonskerritt/RustScan) | Faster Nmap Scanning with Rust |  |  |
|
||||
|
@ -79,6 +79,11 @@
|
||||
"Method": "GQL",
|
||||
"Type": "Scanner"
|
||||
},
|
||||
"JSFScan.sh": {
|
||||
"Type": "Discovery",
|
||||
"Data": "| Discovery/JS | [JSFScan.sh](https://github.com/KathanP19/JSFScan.sh) | Automation for javascript recon in bug bounty. |  |  |",
|
||||
"Method": "JS"
|
||||
},
|
||||
"LFISuite": {
|
||||
"Data": "| Scanner/LFI | [LFISuite](https://github.com/D35m0nd142/LFISuite) | Totally Automatic LFI Exploiter (+ Reverse Shell) and Scanner |  |  |",
|
||||
"Method": "LFI",
|
||||
@ -490,9 +495,9 @@
|
||||
"Type": "Utility"
|
||||
},
|
||||
"pentest-tools": {
|
||||
"Type": "ToolBox",
|
||||
"Data": "| ToolBox/ALL | [pentest-tools](https://github.com/gwen001/pentest-tools) | Custom pentesting tools |  |  |",
|
||||
"Method": "ALL"
|
||||
"Method": "ALL",
|
||||
"Type": "ToolBox"
|
||||
},
|
||||
"pet": {
|
||||
"Data": "| Utility/SNIPPET | [pet](https://github.com/knqyf263/pet) | Simple command-line snippet manager, written in Go. |  |  |",
|
||||
|
Loading…
x
Reference in New Issue
Block a user