diff --git a/workflows/solarwinds-orion-workflow.yaml b/workflows/solarwinds-orion-workflow.yaml new file mode 100644 index 0000000000..45d25a6ffb --- /dev/null +++ b/workflows/solarwinds-orion-workflow.yaml @@ -0,0 +1,15 @@ +id: solarwinds-orion-workflow + +info: + name: SolarWinds Orion Security Checks + author: dwisiswant0 + description: A simple workflow that runs all SolarWinds Orion related nuclei templates on a given target. + + # 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: panels/solarwinds-orion.yaml + subtemplates: + - template: cves/CVE-2018-19386.yaml + - template: default-credentials/solarwinds-default-admin.yaml \ No newline at end of file