Skip to content

RabbitMQ Security Checks

ID: rabbitmq-workflow

Severity: “

Author: fyoorer

Tags:

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

id: rabbitmq-workflow
info:
name: RabbitMQ Security Checks
author: fyoorer
description: A simple workflow that runs all rabbitmq related nuclei templates on a given target.
workflows:
- template: http/exposed-panels/rabbitmq-dashboard.yaml
subtemplates:
- template: http/default-logins/rabbitmq/

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/rabbitmq-workflow.yaml"

View on Github