WebHackersWeapons/CONTRIBUTING.md
2022-08-19 16:26:26 +09:00

960 B

Contribute

First, Fork Repository

Fork this repository :D

Second, Write ./weapons/<appname>.yaml and Commit/PR

Write YAML Code.

---
name: App Name
description: App Description
url: App URL   # https://github.com/hahwul/dalfox
category: tool # tool / tool-addon / browser-addon / bookmarklet
type:          # recon / fuzzer / scanner / exploit / utils / etc
platform:
- linux        # linux 
- macos        # macos application
- windows      # windows application
- firefox      # firefox addon
- safari       # safari addon
- chrome       # chrome addon
- zap          # zap addon
- burpsuite    # burpsuite addon
# If supported crossplatform, you write out all three (linux/macos/windows)
lang: []       # go / python / ruby / rust / etc...
tags: []       # xss / sqli / ssrf / oast / etc...

1415

Third, There's no third.