From 711bbbccf8abc8001b11b7718f8e32b23d32c277 Mon Sep 17 00:00:00 2001 From: hahwul Date: Fri, 19 Aug 2022 23:48:48 +0900 Subject: [PATCH 1/2] Update HUNT --- weapons/HUNT.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/weapons/HUNT.yaml b/weapons/HUNT.yaml index 448d3fc..f4b9011 100644 --- a/weapons/HUNT.yaml +++ b/weapons/HUNT.yaml @@ -1,6 +1,5 @@ ---- name: HUNT -description: +description: Identifies common parameters vulnerable to certain vulnerability classes url: https://github.com/bugcrowd/HUNT category: tool-addon type: Recon @@ -10,5 +9,6 @@ platform: - windows - zap - burpsuite -lang: Python -tags: [] +lang: Kotlin +tags: +- param \ No newline at end of file From ae7c2420a3f0d8ad04c40f6b56108737ddff6430 Mon Sep 17 00:00:00 2001 From: hahwul Date: Fri, 19 Aug 2022 23:48:55 +0900 Subject: [PATCH 2/2] Update CONTRIBUTING --- CONTRIBUTING.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 569a9d3..d686d25 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,13 +18,33 @@ platform: - 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) +- zap # anything to do with zap (addons, scripts, etc..) +- burpsuite # anything to do with burpsuite (extensions, payloads, etc..) +# If supported crossplatform (OS), you write out all three (linux/macos/windows) +# If supported zap and burpsuite addon, you write both (zap/burpsuite) lang: # go / python / ruby / rust / etc... tags: [] # xss / sqli / ssrf / oast / etc... ``` +*Sample* +``` +--- +name: HUNT +description: Identifies common parameters vulnerable to certain vulnerability classes +url: https://github.com/bugcrowd/HUNT +category: tool-addon +type: Recon +platform: +- linux +- macos +- windows +- zap +- burpsuite +lang: Kotlin +tags: +- param +``` + ![1415](https://user-images.githubusercontent.com/13212227/98445635-00db1e00-215c-11eb-8a59-d7d21dd98db0.png) ### Third, There's no third. \ No newline at end of file