Update foot.md

pull/9/head
하훌 2020-04-07 02:26:09 +09:00 committed by GitHub
parent d29fc9eae5
commit a24f82ddaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 7 deletions

View File

@ -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)<br>![](https://img.shields.io/github/license/hahwul/xspear) <br> ![](https://img.shields.io/github/forks/hahwul/xspear) <br> ![](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<br>
- Second, Give me PR or Add issue with data.json<br>
- Third, There's no third.
### Distribute
```
$ ./distribute-readme
=> show new README file
```