mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-18 12:14:22 -05:00
Update foot.md
This commit is contained in:
parent
d29fc9eae5
commit
a24f82ddaf
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user