Skip to content

SolarWinds Orion Security Checks

ID: solarwinds-orion-workflow

Severity: “

Author: dwisiswant0

Tags:

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

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.
workflows:
- template: http/exposed-panels/solarwinds-orion.yaml
subtemplates:
- template: http/cves/2018/CVE-2018-19386.yaml
- template: http/cves/2020/CVE-2020-10148.yaml
- template: http/default-logins/solarwinds/

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

View on Github