mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
10 lines
281 B
YAML
10 lines
281 B
YAML
id: redis-workflow
|
|
|
|
info:
|
|
name: Redis Security Checks
|
|
author: pussycat0x
|
|
description: A simple workflow that runs all Redis related nuclei templates on a given target.
|
|
workflows:
|
|
- template: javascript/enumeration/redis/redis-info.yaml
|
|
subtemplates:
|
|
- tags: redis |