mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-19 04:34:34 -05:00
Merge pull request #47 from hahwul/hahwul-dev
Update HUTN, Contributing
This commit is contained in:
commit
67be407814
@ -18,13 +18,33 @@ platform:
|
|||||||
- firefox # firefox addon
|
- firefox # firefox addon
|
||||||
- safari # safari addon
|
- safari # safari addon
|
||||||
- chrome # chrome addon
|
- chrome # chrome addon
|
||||||
- zap # zap addon
|
- zap # anything to do with zap (addons, scripts, etc..)
|
||||||
- burpsuite # burpsuite addon
|
- burpsuite # anything to do with burpsuite (extensions, payloads, etc..)
|
||||||
# If supported crossplatform, you write out all three (linux/macos/windows)
|
# 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...
|
lang: # go / python / ruby / rust / etc...
|
||||||
tags: [] # xss / sqli / ssrf / oast / 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)
|
![1415](https://user-images.githubusercontent.com/13212227/98445635-00db1e00-215c-11eb-8a59-d7d21dd98db0.png)
|
||||||
|
|
||||||
### Third, There's no third.
|
### Third, There's no third.
|
@ -1,6 +1,5 @@
|
|||||||
---
|
|
||||||
name: HUNT
|
name: HUNT
|
||||||
description:
|
description: Identifies common parameters vulnerable to certain vulnerability classes
|
||||||
url: https://github.com/bugcrowd/HUNT
|
url: https://github.com/bugcrowd/HUNT
|
||||||
category: tool-addon
|
category: tool-addon
|
||||||
type: Recon
|
type: Recon
|
||||||
@ -10,5 +9,6 @@ platform:
|
|||||||
- windows
|
- windows
|
||||||
- zap
|
- zap
|
||||||
- burpsuite
|
- burpsuite
|
||||||
lang: Python
|
lang: Kotlin
|
||||||
tags: []
|
tags:
|
||||||
|
- param
|
Loading…
Reference in New Issue
Block a user