From a24f82ddaff8230db742e4ac61d238a9c0348f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=98=ED=9B=8C?= Date: Tue, 7 Apr 2020 02:26:09 +0900 Subject: [PATCH] Update foot.md --- template/foot.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/template/foot.md b/template/foot.md index 0b46b00..1af533b 100644 --- a/template/foot.md +++ b/template/foot.md @@ -1,8 +1,8 @@ ## Contribute and Contributor -### Usage of weapon-md +### Usage of add-tool ``` -./weapon-md -Usage of ./weapon-md: +./add-tool +Usage of ./add-tool: -isFirst if you add new type, it use -url string @@ -10,10 +10,19 @@ Usage of ./weapon-md: ``` ### Three Procedures for the Contribute -- First, generate markdown code using `weapon-md` +- First, your tool append `data.json` using `add-tool ``` -$ ./weapon-md -url https://github.com/hahwul/xspear -| [xspear](https://github.com/hahwul/xspear) | Powerfull XSS Scanning and Parameter analysis tool&gem | ![](https://img.shields.io/github/stars/hahwul/xspear) | ![](https://img.shields.io/github/languages/top/hahwul/xspear) | ![](https://img.shields.io/github/repo-size/hahwul/xspear)
![](https://img.shields.io/github/license/hahwul/xspear)
![](https://img.shields.io/github/forks/hahwul/xspear)
![](https://img.shields.io/github/watchers/hahwul/xspear) | +$ ./add-tool -url https://github.com/hahwul/s3reverse + +$ cat data.json | grep s3reverse + "s3reverse": { + "Data": "| [s3reverse](https://github.com/hahwul/s3reverse) | The format of various s3 buckets is convert in one format. for bugbounty and security testing. | ![](https://img.shields.io/github/stars/hahwul/s3reverse) | ![](https://img.shields.io/github/languages/top/hahwul/s3reverse) | ![](https://img.shields.io/github/repo-size/hahwul/s3reverse)\u003cbr\u003e![](https://img.shields.io/github/license/hahwul/s3reverse) \u003cbr\u003e ![](https://img.shields.io/github/forks/hahwul/s3reverse) \u003cbr\u003e ![](https://img.shields.io/github/watchers/hahwul/s3reverse) |", ``` -- Second, Give me PR or Add issue with output code
+- Second, Give me PR or Add issue with data.json
- Third, There's no third. + +### Distribute +``` +$ ./distribute-readme +=> show new README file +```