WebHackersWeapons/template/foot.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2020-04-05 12:23:48 -06:00
## Contribute and Contributor
2020-04-06 11:26:09 -06:00
### Usage of add-tool
2020-04-05 12:23:48 -06:00
```
2020-04-06 11:26:09 -06:00
./add-tool
Usage of ./add-tool:
2020-04-05 12:23:48 -06:00
-isFirst
if you add new type, it use
-url string
github / gitlab / bitbucket url
```
2020-04-05 12:22:12 -06:00
2020-04-05 12:23:48 -06:00
### Three Procedures for the Contribute
2020-04-06 11:26:09 -06:00
- First, your tool append `data.json` using `add-tool
2020-04-05 12:23:48 -06:00
```
2020-04-06 11:26:09 -06:00
$ ./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) |",
2020-04-05 12:23:48 -06:00
```
2020-04-06 11:26:09 -06:00
- Second, Give me PR or Add issue with data.json<br>
2020-04-05 12:23:48 -06:00
- Third, There's no third.
2020-04-06 11:26:09 -06:00
### Distribute
```
$ ./distribute-readme
=> show new README file
```