Skip to content

SaltStack Config Panel - Detect

ID: saltstack-config-panel

Severity: info

Author: pussycat0x

Tags: panel,vmware,login,saltstack

SaltStack config panel was detected.

id: saltstack-config-panel
info:
name: SaltStack Config Panel - Detect
author: pussycat0x
severity: info
description: |
SaltStack config panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:saltstack:saltstack:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"SaltStack Config"
product: saltstack
vendor: saltstack
tags: panel,vmware,login,saltstack
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SaltStack Config"
- type: status
status:
- 200
# digest: 490a0046304402206f49cd81e9c798ded1bfa5d10c81866e025cfde1d38169a84679845d07b48ef402202f3ec6f720b0a66f7271d9217970cc690b2cedc7fbad4592301912ecb881fe78:922c64590222798bb761d5b6d8e72950

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 "http/exposed-panels/saltstack-config-panel.yaml"

View on Github