WebHackersWeapons/template/foot.md

75 lines
1.6 KiB
Markdown
Raw Normal View History

2020-04-10 11:00:49 -06:00
## Contribute
2020-08-13 10:16:40 -06:00
First, you need to compile `add-tool` and `distribute-readme` using `make` command:
```bash
> make contribute
```
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
2020-04-07 09:48:59 -06:00
any url
2020-04-05 12:23:48 -06:00
```
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-07 09:48:59 -06: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 11:26:09 -06:00
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
### Build contribute tools
```
$ go build add-tool.go
$ go build distribute-readme.go
```
2020-04-10 09:28:23 -06:00
### Add common tools
in `WebHackersWeapons` directory
2020-04-10 09:30:55 -06:00
```
2020-04-10 09:28:23 -06:00
$ ./add-tool -url https://github.com/hahwul/s3reverse
2020-04-10 09:30:55 -06:00
```
2020-04-10 09:28:23 -06:00
### Add Burp Suite or ZAP Extensions
in `WebHackersWeapons/Burp and ZAP Extensions` directory
2020-04-10 09:30:55 -06:00
```
2020-04-10 09:28:23 -06:00
$ ../add-tool -url https://github.com/nccgroup/BurpSuiteLoggerPlusPlus
2020-04-10 09:30:55 -06:00
```
2020-04-10 10:43:32 -06:00
### Asciinema video
[![asciicast](https://asciinema.org/a/318456.svg)](https://asciinema.org/a/318456)
## Distribute (for me)
2020-04-10 09:28:23 -06:00
### Distribute to common tools
2020-04-06 11:26:09 -06:00
```
$ ./distribute-readme
=> show new README file
```
2020-04-10 09:28:23 -06:00
### Distribute to Burp Suite or ZAP Extensions
```
$ ../distribute-readme
=> show new README file in Burp Suite or ZAP Extensions
```
2020-04-10 10:57:52 -06:00
2020-04-10 11:00:49 -06:00
## Thanks to (Contributor)
[six2dez](https://github.com/six2dez) , [si9int](https://github.com/si9int) , [dwisiswant0](https://twitter.com/dwisiswant0) , [riza](https://github.com/riza) , [jcran](https://github.com/jcran)