From d9c2fdf2bcda88f2a4ce8a0526ed5907917d7f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=98=ED=9B=8C?= Date: Sat, 11 Apr 2020 00:30:27 +0900 Subject: [PATCH] Create foot.md --- Burp and ZAP Extensions/template/foot.md | 46 ++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Burp and ZAP Extensions/template/foot.md diff --git a/Burp and ZAP Extensions/template/foot.md b/Burp and ZAP Extensions/template/foot.md new file mode 100644 index 0000000..9d20f98 --- /dev/null +++ b/Burp and ZAP Extensions/template/foot.md @@ -0,0 +1,46 @@ +## 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