mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-03-07 14:25:52 -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 |  |  | <br> <br>  <br>  |
|
||||
$ ./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. |  |  | \u003cbr\u003e \u003cbr\u003e  \u003cbr\u003e  |",
|
||||
```
|
||||
- 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…
x
Reference in New Issue
Block a user