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
484fee4f05
commit
47983a66d3
@ -39,6 +39,8 @@ This is Cool Extensions collection of Burp suite and ZAP
|
||||
| Burp/REPEAT | [IntruderPayloads](https://github.com/1N3/IntruderPayloads) | A collection of Burpsuite Intruder payloads, BurpBounty payloads, fuzz lists, malicious file uploads and web pentesting methodologies and checklists. |  |  |
|
||||
| Burp/REPEAT | [Stepper](https://github.com/CoreyD97/Stepper) | A natural evolution of Burp Suite's Repeater tool |  |  |
|
||||
| ZAP/INTERFACE | [zap-hud](https://github.com/zaproxy/zap-hud) | The OWASP ZAP Heads Up Display (HUD) |  |  |
|
||||
| ZAP/PASV | [reflect](https://github.com/TypeError/reflect) | OWASP ZAP add-on to help find reflected parameter vulnerabilities |  |  |
|
||||
| ZAP/SCRIPT | [community-scripts](https://github.com/zaproxy/community-scripts) | A collection of ZAP scripts provided by the community - pull requests very welcome! |  |  |
|
||||
## Contribute and Contributor
|
||||
### Usage of add-tool
|
||||
```
|
||||
|
@ -10,9 +10,9 @@
|
||||
"Type": "Burp"
|
||||
},
|
||||
"BurpSuiteHTTPSmuggler": {
|
||||
"Type": "Burp",
|
||||
"Data": "| Burp/BYPASS | [BurpSuiteHTTPSmuggler](https://github.com/nccgroup/BurpSuiteHTTPSmuggler) | A Burp Suite extension to help pentesters to bypass WAFs or test their effectiveness using a number of techniques |  |  |",
|
||||
"Method": "BYPASS"
|
||||
"Method": "BYPASS",
|
||||
"Type": "Burp"
|
||||
},
|
||||
"BurpSuiteLoggerPlusPlus": {
|
||||
"Data": "| Burp/HISTORY | [BurpSuiteLoggerPlusPlus](https://github.com/nccgroup/BurpSuiteLoggerPlusPlus) | Burp Suite Logger++ |  |  |",
|
||||
@ -59,6 +59,11 @@
|
||||
"Method": "PASV",
|
||||
"Type": "Burp"
|
||||
},
|
||||
"community-scripts": {
|
||||
"Data": "| ZAP/SCRIPT | [community-scripts](https://github.com/zaproxy/community-scripts) | A collection of ZAP scripts provided by the community - pull requests very welcome! |  |  |",
|
||||
"Method": "SCRIPT",
|
||||
"Type": "ZAP"
|
||||
},
|
||||
"csp-auditor": {
|
||||
"Data": "| All/PASV | [csp-auditor](https://github.com/GoSecure/csp-auditor) | Burp and ZAP plugin to analyse Content-Security-Policy headers or generate template CSP configuration from crawling a Website |  |  |",
|
||||
"Method": "PASV",
|
||||
@ -84,6 +89,11 @@
|
||||
"Method": "ACTIVE",
|
||||
"Type": "Burp"
|
||||
},
|
||||
"reflect": {
|
||||
"Type": "ZAP",
|
||||
"Data": "| ZAP/PASV | [reflect](https://github.com/TypeError/reflect) | OWASP ZAP add-on to help find reflected parameter vulnerabilities |  |  |",
|
||||
"Method": "PASV"
|
||||
},
|
||||
"reflected-parameters": {
|
||||
"Data": "| Burp/PASV | [reflected-parameters](https://github.com/PortSwigger/reflected-parameters) | Find reflected parameter on Burpsuite |  |  |",
|
||||
"Method": "PASV",
|
||||
|
Loading…
x
Reference in New Issue
Block a user