mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-19 20:54:37 -05:00
Update foot.md
This commit is contained in:
parent
20db3c0638
commit
7de4f4737b
@ -6,17 +6,26 @@ Usage of ./add-tool:
|
|||||||
-isFirst
|
-isFirst
|
||||||
if you add new type, it use
|
if you add new type, it use
|
||||||
-url string
|
-url string
|
||||||
github / gitlab / bitbucket url
|
any url
|
||||||
```
|
```
|
||||||
|
|
||||||
### Three Procedures for the Contribute
|
### Three Procedures for the Contribute
|
||||||
- First, your tool append `data.json` using `add-tool
|
- First, your tool append `data.json` using `add-tool
|
||||||
```
|
```
|
||||||
$ ./add-tool -url https://github.com/hahwul/s3reverse
|
$ ./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
|
||||||
|
|
||||||
$ 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. | ![](https://img.shields.io/github/stars/hahwul/s3reverse) | ![](https://img.shields.io/github/languages/top/hahwul/s3reverse) | ![](https://img.shields.io/github/repo-size/hahwul/s3reverse)\u003cbr\u003e![](https://img.shields.io/github/license/hahwul/s3reverse) \u003cbr\u003e ![](https://img.shields.io/github/forks/hahwul/s3reverse) \u003cbr\u003e ![](https://img.shields.io/github/watchers/hahwul/s3reverse) |",
|
|
||||||
```
|
```
|
||||||
- Second, Give me PR or Add issue with data.json<br>
|
- Second, Give me PR or Add issue with data.json<br>
|
||||||
- Third, There's no third.
|
- Third, There's no third.
|
||||||
|
Loading…
Reference in New Issue
Block a user