WebHackersWeapons/template/foot.md

62 lines
1.4 KiB
Markdown
Raw Normal View History

2020-04-10 17:00:49 +00:00
## Contribute
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
2020-04-10 15:28:23 +00:00
### Add common tools
in `WebHackersWeapons` directory
2020-04-10 15:30:55 +00:00
```
2020-04-10 15:28:23 +00:00
$ ./add-tool -url https://github.com/hahwul/s3reverse
2020-04-10 15:30:55 +00:00
```
2020-04-10 15:28:23 +00:00
### Add Burp Suite or ZAP Extensions
in `WebHackersWeapons/Burp and ZAP Extensions` directory
2020-04-10 15:30:55 +00:00
```
2020-04-10 15:28:23 +00:00
$ ../add-tool -url https://github.com/nccgroup/BurpSuiteLoggerPlusPlus
2020-04-10 15:30:55 +00:00
```
2020-04-10 16:43:32 +00:00
### Asciinema video
[![asciicast](https://asciinema.org/a/318456.svg)](https://asciinema.org/a/318456)
## Distribute (for me)
2020-04-10 15:28:23 +00:00
### Distribute to common tools
2020-04-06 17:26:09 +00:00
```
$ ./distribute-readme
=> show new README file
```
2020-04-10 15:28:23 +00:00
### Distribute to Burp Suite or ZAP Extensions
```
$ ../distribute-readme
=> show new README file in Burp Suite or ZAP Extensions
```
2020-04-10 16:57:52 +00:00
2020-04-10 17:00:49 +00:00
## Thanks to (Contributor)
2020-07-03 15:50:33 +00:00
[six2dez](https://github.com/six2dez) , [si9int](https://github.com/si9int) , [dwisiswant0](https://twitter.com/dwisiswant0) , [riza](https://github.com/riza)