mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-19 12:44:28 -05:00
distribute readme
This commit is contained in:
parent
ea5d2fb452
commit
f9e60d0a0f
@ -22,6 +22,7 @@ This is Cool Extensions collection of Burp suite and ZAP
|
||||
| All/ANALYSIS | [burp-retire-js](https://github.com/h3xstream/burp-retire-js) | Burp/ZAP/Maven extension that integrate Retire.js repository to find vulnerable Javascript libraries. |  |  |
|
||||
| All/ANALYSIS | [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 |  |  |
|
||||
| All/POC | [http-script-generator](https://github.com/h3xstream/http-script-generator) | ZAP/Burp plugin that generate script to reproduce a specific HTTP request (Intended for fuzzing or scripted attacks) |  |  |
|
||||
| Burp/CODE | [burp-exporter](https://github.com/artssec/burp-exporter) | Exporter is a Burp Suite extension to copy a request to the clipboard as multiple programming languages functions. |  |  |
|
||||
| Burp/HISTORY | [BurpSuiteLoggerPlusPlus](https://github.com/nccgroup/BurpSuiteLoggerPlusPlus) | Burp Suite Logger++ |  |  |
|
||||
| ZAP/INTERFACE | [zap-hud](https://github.com/zaproxy/zap-hud) | The OWASP ZAP Heads Up Display (HUD) |  |  |
|
||||
## Contribute and Contributor
|
||||
|
@ -9,15 +9,20 @@
|
||||
"Method": "ANALYSIS",
|
||||
"Type": "All"
|
||||
},
|
||||
"burp-exporter": {
|
||||
"Type": "Burp",
|
||||
"Data": "| Burp/CODE | [burp-exporter](https://github.com/artssec/burp-exporter) | Exporter is a Burp Suite extension to copy a request to the clipboard as multiple programming languages functions. |  |  |",
|
||||
"Method": "CODE"
|
||||
},
|
||||
"burp-retire-js": {
|
||||
"Data": "| All/ANALYSIS | [burp-retire-js](https://github.com/h3xstream/burp-retire-js) | Burp/ZAP/Maven extension that integrate Retire.js repository to find vulnerable Javascript libraries. |  |  |",
|
||||
"Method": "ANALYSIS",
|
||||
"Type": "All"
|
||||
},
|
||||
"csp-auditor": {
|
||||
"Type": "All",
|
||||
"Data": "| All/ANALYSIS | [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": "ANALYSIS"
|
||||
"Method": "ANALYSIS",
|
||||
"Type": "All"
|
||||
},
|
||||
"http-script-generator": {
|
||||
"Data": "| All/POC | [http-script-generator](https://github.com/h3xstream/http-script-generator) | ZAP/Burp plugin that generate script to reproduce a specific HTTP request (Intended for fuzzing or scripted attacks) |  |  |",
|
||||
|
Loading…
Reference in New Issue
Block a user