WebHackersWeapons/CONTRIBUTING.md

27 lines
731 B
Markdown
Raw Normal View History

2020-11-07 15:57:11 +00:00
# Contribute
2022-08-17 14:41:54 +00:00
## Fork Repository
2022-08-17 14:42:24 +00:00
Fork this repository :D
2020-11-07 15:39:59 +00:00
2022-08-17 14:41:54 +00:00
## Write `./weapons/<appname>.yaml` and PR it
Write YAML Code.
```yaml
---
name: App Name
description: App Description
url: App URL # https://github.com/hahwul/dalfox
category: tool # tool / tool-addon / browser-addon / bookmarklet
types: [] # fuzzer / scanner / enum / etc...
platform:
- linux # linux
- macos # macos application
- windows # windows application
- zap # zap addon
- burpsuite # burpsuite addon
# If supported crossplatform, you write out all three (linux/macos/windows)
lang: []
tags: []
2020-11-07 15:39:59 +00:00
```
2020-11-07 15:57:11 +00:00
![1415](https://user-images.githubusercontent.com/13212227/98445635-00db1e00-215c-11eb-8a59-d7d21dd98db0.png)
2022-08-17 14:41:54 +00:00
### Third, There's no third.