Skip to content

Redis Security Checks

ID: redis-workflow

Severity: “

Author: pussycat0x

Tags:

A simple workflow that runs all Redis related nuclei templates on a given target.

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

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "workflows/redis-workflow.yaml"

View on Github