2020-07-06 22:33:19 +00:00
|
|
|
id: rabbitmq-workflow
|
|
|
|
|
|
|
|
info:
|
2020-11-21 17:57:19 +00:00
|
|
|
name: RabbitMQ Security Checks
|
2020-07-06 22:33:19 +00:00
|
|
|
author: fyoorer
|
2020-11-21 17:57:19 +00:00
|
|
|
description: A simple workflow that runs all rabbitmq related nuclei templates on a given target.
|
2020-07-06 22:33:19 +00:00
|
|
|
|
2020-11-21 17:57:19 +00:00
|
|
|
# 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.
|
2020-07-06 22:33:19 +00:00
|
|
|
|
2020-11-21 17:57:19 +00:00
|
|
|
workflows:
|
|
|
|
|
|
|
|
- template: panels/rabbitmq-dashboard.yaml
|
|
|
|
|
|
|
|
subtemplates:
|
|
|
|
- template: default-credentials/rabbitmq-default-admin.yaml
|