17 lines
533 B
YAML
17 lines
533 B
YAML
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.
|
|
tags: workflow
|
|
|
|
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
|
|
# Old workflows still remains valid, and will be working with all nuclei versions.
|
|
|
|
workflows:
|
|
|
|
- template: exposed-panels/rabbitmq-dashboard.yaml
|
|
|
|
subtemplates:
|
|
- template: default-logins/rabbitmq/rabbitmq-default-admin.yaml |