From 5eb069e8e3f505f424c44b9e101dbff6a354725f Mon Sep 17 00:00:00 2001 From: hahwul Date: Sat, 11 Apr 2020 02:30:17 +0900 Subject: [PATCH] update --- Burp and ZAP Extensions/README.md | 2 ++ Burp and ZAP Extensions/data.json | 14 ++++++++++++-- Burp and ZAP Extensions/type.lst | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Burp and ZAP Extensions/README.md b/Burp and ZAP Extensions/README.md index b59ccf4..c7d106f 100644 --- a/Burp and ZAP Extensions/README.md +++ b/Burp and ZAP Extensions/README.md @@ -18,7 +18,9 @@ This is Cool Extensions collection of Burp suite and ZAP ## Cool Extensions | 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) | +| 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 ### Usage of add-tool ``` diff --git a/Burp and ZAP Extensions/data.json b/Burp and ZAP Extensions/data.json index c7bdef1..cae882a 100644 --- a/Burp and ZAP Extensions/data.json +++ b/Burp and ZAP Extensions/data.json @@ -1,7 +1,17 @@ { "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) |", - "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" } } \ No newline at end of file diff --git a/Burp and ZAP Extensions/type.lst b/Burp and ZAP Extensions/type.lst index f6ff437..8b8fbcb 100644 --- a/Burp and ZAP Extensions/type.lst +++ b/Burp and ZAP Extensions/type.lst @@ -1,2 +1,3 @@ +All Burp ZAP