2020-04-10 13:00:49 -04:00
|
|
|
## Contribute
|
2020-08-13 12:16:40 -04:00
|
|
|
|
|
|
|
First, you need to compile `add-tool` and `distribute-readme` using `make` command:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
> make contribute
|
|
|
|
```
|
|
|
|
|
2020-04-06 13:26:09 -04:00
|
|
|
### Usage of add-tool
|
2020-04-05 14:23:48 -04:00
|
|
|
```
|
2020-04-06 13:26:09 -04:00
|
|
|
./add-tool
|
|
|
|
Usage of ./add-tool:
|
2020-04-05 14:23:48 -04:00
|
|
|
-isFirst
|
|
|
|
if you add new type, it use
|
|
|
|
-url string
|
2020-04-07 11:48:59 -04:00
|
|
|
any url
|
2020-04-05 14:23:48 -04:00
|
|
|
```
|
2020-04-05 14:22:12 -04:00
|
|
|
|
2020-04-05 14:23:48 -04:00
|
|
|
### Three Procedures for the Contribute
|
2020-04-06 13:26:09 -04:00
|
|
|
- First, your tool append `data.json` using `add-tool
|
2020-04-05 14:23:48 -04:00
|
|
|
```
|
2020-04-07 11:48:59 -04: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 13:26:09 -04:00
|
|
|
|
2020-04-05 14:23:48 -04:00
|
|
|
```
|
2020-04-06 13:26:09 -04:00
|
|
|
- Second, Give me PR or Add issue with data.json<br>
|
2020-04-05 14:23:48 -04:00
|
|
|
- Third, There's no third.
|
2020-04-06 13:26:09 -04:00
|
|
|
|
2020-08-13 12:02:15 -04:00
|
|
|
### Build contribute tools
|
|
|
|
```
|
|
|
|
$ go build add-tool.go
|
|
|
|
$ go build distribute-readme.go
|
|
|
|
```
|
|
|
|
|
2020-04-10 11:28:23 -04:00
|
|
|
### Add common tools
|
|
|
|
in `WebHackersWeapons` directory
|
2020-04-10 11:30:55 -04:00
|
|
|
```
|
2020-04-10 11:28:23 -04:00
|
|
|
$ ./add-tool -url https://github.com/hahwul/s3reverse
|
2020-04-10 11:30:55 -04:00
|
|
|
```
|
2020-04-10 11:28:23 -04:00
|
|
|
### Add Burp Suite or ZAP Extensions
|
|
|
|
in `WebHackersWeapons/Burp and ZAP Extensions` directory
|
2020-04-10 11:30:55 -04:00
|
|
|
```
|
2020-04-10 11:28:23 -04:00
|
|
|
$ ../add-tool -url https://github.com/nccgroup/BurpSuiteLoggerPlusPlus
|
2020-04-10 11:30:55 -04:00
|
|
|
```
|
2020-04-10 12:43:32 -04:00
|
|
|
|
|
|
|
### Asciinema video
|
|
|
|
[![asciicast](https://asciinema.org/a/318456.svg)](https://asciinema.org/a/318456)
|
|
|
|
|
|
|
|
## Distribute (for me)
|
2020-04-10 11:28:23 -04:00
|
|
|
### Distribute to common tools
|
2020-04-06 13:26:09 -04:00
|
|
|
```
|
|
|
|
$ ./distribute-readme
|
|
|
|
=> show new README file
|
|
|
|
```
|
2020-04-10 11:28:23 -04:00
|
|
|
|
|
|
|
### Distribute to Burp Suite or ZAP Extensions
|
|
|
|
```
|
|
|
|
$ ../distribute-readme
|
|
|
|
=> show new README file in Burp Suite or ZAP Extensions
|
|
|
|
```
|
2020-04-10 12:57:52 -04:00
|
|
|
|
2020-04-10 13:00:49 -04:00
|
|
|
## Thanks to (Contributor)
|
2020-08-24 23:02:40 -04:00
|
|
|
I would like to thank everyone who helped with this project 👍😎 <br>
|
2020-09-08 19:31:22 -04:00
|
|
|
[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) , [rykkard](https://github.com/rykkard)
|