WebHackersWeapons/template/foot.md

38 lines
675 B
Markdown
Raw Normal View History

2020-04-05 18:23:48 +00:00
## Contribute and Contributor
2020-04-06 17:26:09 +00:00
### Usage of add-tool
2020-04-05 18:23:48 +00:00
```
2020-04-06 17:26:09 +00:00
./add-tool
Usage of ./add-tool:
2020-04-05 18:23:48 +00:00
-isFirst
if you add new type, it use
-url string
2020-04-07 15:48:59 +00:00
any url
2020-04-05 18:23:48 +00:00
```
2020-04-05 18:22:12 +00:00
2020-04-05 18:23:48 +00:00
### Three Procedures for the Contribute
2020-04-06 17:26:09 +00:00
- First, your tool append `data.json` using `add-tool
2020-04-05 18:23:48 +00:00
```
2020-04-07 15:48:59 +00:00
$ ./add-tool -url https://github.com/sqlmapproject/sqlmap
Successfully Opened type.lst
[0] Army-Knife
[1] Discovery
[2] Fetch
[3] Scanner
[4] Utility
[+] What is type?
3
Scanner
[+] What is method(e.g XSS, WVS, SSL, ETC..)?
SQL
Successfully Opened data.json
2020-04-06 17:26:09 +00:00
2020-04-05 18:23:48 +00:00
```
2020-04-06 17:26:09 +00:00
- Second, Give me PR or Add issue with data.json<br>
2020-04-05 18:23:48 +00:00
- Third, There's no third.
2020-04-06 17:26:09 +00:00
### Distribute
```
$ ./distribute-readme
=> show new README file
```