From 8c97b4e8e94219452f5de8bdfd4bbe562066fcfb Mon Sep 17 00:00:00 2001 From: hahwul Date: Sat, 11 Apr 2020 01:48:38 +0900 Subject: [PATCH] (Closed #4) Add Burp and ZAP Extensions page --- Burp and ZAP Extensions/README.md | 67 +++++++++++++++++++++++++++++++ Burp and ZAP Extensions/data.json | 8 +++- 2 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 Burp and ZAP Extensions/README.md diff --git a/Burp and ZAP Extensions/README.md b/Burp and ZAP Extensions/README.md new file mode 100644 index 0000000..4f639f8 --- /dev/null +++ b/Burp and ZAP Extensions/README.md @@ -0,0 +1,67 @@ +

+
+ +
+ Web Hacker's Weapons
+ < Burp and ZAP Extensions > +
+ +

+A collection of cool tools used by Web hackers. Happy hacking , Happy bug-hunting
+This is Cool Extensions collection of Burp suite and ZAP + +## Table of Contents +- [Web Hacker's Weapons Main](https://github.com/hahwul/WebHackersWeapons) +- [Cool Extensions](#cool-extensions) +- [Contribute](#contribute-and-contributor) + +## Cool Extensions +| Type | Name | Description | Popularity | Language | +| ---------- | :---------- | :----------: | :----------: | :----------: | +| 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) | +## Contribute and Contributor +### Usage of add-tool +``` +./add-tool +Usage of ./add-tool: + -isFirst + if you add new type, it use + -url string + any url +``` + +### Three Procedures for the Contribute +- First, your tool append `data.json` using `add-tool +``` +$ ./add-tool -url https://github.com/sqlmapproject/sqlmap +Successfully Opened type.lst +[0] Army-Knife +[1] Discovery +[2] Fetch +[3] Scanner +[4] Utility +[+] What is type? +3 +Scanner +[+] What is method(e.g XSS, WVS, SSL, ETC..)? +SQL +Successfully Opened data.json + +``` +- Second, Give me PR or Add issue with data.json
+- Third, There's no third. + +### Add Burp Suite or ZAP Extensions +in `WebHackersWeapons/Burp and ZAP Extensions` directory +``` +$ ../add-tool -url https://github.com/nccgroup/BurpSuiteLoggerPlusPlus +``` + +### Distribute to Burp Suite or ZAP Extensions +``` +$ ../distribute-readme +=> show new README file in Burp Suite or ZAP Extensions +``` + +### Add/Distribute common tools +https://github.com/hahwul/WebHackersWeapons#contribute-and-contributor diff --git a/Burp and ZAP Extensions/data.json b/Burp and ZAP Extensions/data.json index 0db3279..c7bdef1 100644 --- a/Burp and ZAP Extensions/data.json +++ b/Burp and ZAP Extensions/data.json @@ -1,3 +1,7 @@ { - -} + "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" + } +} \ No newline at end of file