mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-01-18 02:27:07 -05:00
update
This commit is contained in:
parent
475930cdf7
commit
5eb069e8e3
@ -18,7 +18,9 @@ This is Cool Extensions collection of Burp suite and ZAP
|
|||||||
## Cool Extensions
|
## Cool Extensions
|
||||||
| Type | Name | Description | Popularity | Language |
|
| Type | Name | Description | Popularity | Language |
|
||||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||||
|
| All/ANALYSIS | [HUNT](https://github.com/bugcrowd/HUNT) | Data Driven web hacking Manual testing | ![](https://img.shields.io/github/stars/bugcrowd/HUNT) | ![](https://img.shields.io/github/languages/top/bugcrowd/HUNT) |
|
||||||
| Burp/HISTORY | [BurpSuiteLoggerPlusPlus](https://github.com/nccgroup/BurpSuiteLoggerPlusPlus) | Burp Suite Logger++ | ![](https://img.shields.io/github/stars/nccgroup/BurpSuiteLoggerPlusPlus) | ![](https://img.shields.io/github/languages/top/nccgroup/BurpSuiteLoggerPlusPlus) |
|
| Burp/HISTORY | [BurpSuiteLoggerPlusPlus](https://github.com/nccgroup/BurpSuiteLoggerPlusPlus) | Burp Suite Logger++ | ![](https://img.shields.io/github/stars/nccgroup/BurpSuiteLoggerPlusPlus) | ![](https://img.shields.io/github/languages/top/nccgroup/BurpSuiteLoggerPlusPlus) |
|
||||||
|
| ZAP/INTERFACE | [zap-hud](https://github.com/zaproxy/zap-hud) | The OWASP ZAP Heads Up Display (HUD) | ![](https://img.shields.io/github/stars/zaproxy/zap-hud) | ![](https://img.shields.io/github/languages/top/zaproxy/zap-hud) |
|
||||||
## Contribute and Contributor
|
## Contribute and Contributor
|
||||||
### Usage of add-tool
|
### Usage of add-tool
|
||||||
```
|
```
|
||||||
|
@ -1,7 +1,17 @@
|
|||||||
{
|
{
|
||||||
"BurpSuiteLoggerPlusPlus": {
|
"BurpSuiteLoggerPlusPlus": {
|
||||||
"Type": "Burp",
|
|
||||||
"Data": "| Burp/HISTORY | [BurpSuiteLoggerPlusPlus](https://github.com/nccgroup/BurpSuiteLoggerPlusPlus) | Burp Suite Logger++ | ![](https://img.shields.io/github/stars/nccgroup/BurpSuiteLoggerPlusPlus) | ![](https://img.shields.io/github/languages/top/nccgroup/BurpSuiteLoggerPlusPlus) |",
|
"Data": "| Burp/HISTORY | [BurpSuiteLoggerPlusPlus](https://github.com/nccgroup/BurpSuiteLoggerPlusPlus) | Burp Suite Logger++ | ![](https://img.shields.io/github/stars/nccgroup/BurpSuiteLoggerPlusPlus) | ![](https://img.shields.io/github/languages/top/nccgroup/BurpSuiteLoggerPlusPlus) |",
|
||||||
"Method": "HISTORY"
|
"Method": "HISTORY",
|
||||||
|
"Type": "Burp"
|
||||||
|
},
|
||||||
|
"HUNT": {
|
||||||
|
"Type": "All",
|
||||||
|
"Data": "| All/ANALYSIS | [HUNT](https://github.com/bugcrowd/HUNT) | Data Driven web hacking Manual testing | ![](https://img.shields.io/github/stars/bugcrowd/HUNT) | ![](https://img.shields.io/github/languages/top/bugcrowd/HUNT) |",
|
||||||
|
"Method": "ANALYSIS"
|
||||||
|
},
|
||||||
|
"zap-hud": {
|
||||||
|
"Data": "| ZAP/INTERFACE | [zap-hud](https://github.com/zaproxy/zap-hud) | The OWASP ZAP Heads Up Display (HUD) | ![](https://img.shields.io/github/stars/zaproxy/zap-hud) | ![](https://img.shields.io/github/languages/top/zaproxy/zap-hud) |",
|
||||||
|
"Method": "INTERFACE",
|
||||||
|
"Type": "ZAP"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,2 +1,3 @@
|
|||||||
|
All
|
||||||
Burp
|
Burp
|
||||||
ZAP
|
ZAP
|
||||||
|
Loading…
Reference in New Issue
Block a user