2020-08-16 10:12:42 +00:00
|
|
|
id: grafana-workflow
|
|
|
|
|
|
|
|
info:
|
2020-11-21 17:57:19 +00:00
|
|
|
name: Grafana Security Checks
|
2020-08-16 10:12:42 +00:00
|
|
|
author: pdteam
|
2020-11-21 17:57:19 +00:00
|
|
|
description: A simple workflow that runs all Grafana related nuclei templates on a given target.
|
2020-08-16 10:12:42 +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-08-16 10:12:42 +00:00
|
|
|
|
2020-11-21 17:57:19 +00:00
|
|
|
workflows:
|
|
|
|
|
2021-01-09 13:28:57 +00:00
|
|
|
- template: exposed-panels/grafana-detect.yaml
|
2020-11-21 17:57:19 +00:00
|
|
|
|
|
|
|
subtemplates:
|
2021-01-11 09:45:51 +00:00
|
|
|
- template: default-logins/grafana/grafana-default-credential.yaml
|