nuclei-templates/exposed-panels/saltstack-config-panel.yaml

35 lines
711 B
YAML
Raw Normal View History

2023-01-24 13:21:05 +00:00
id: saltstack-config-panel
2023-01-24 11:34:05 +00:00
info:
2023-01-27 14:57:27 +00:00
name: SaltStack Config Panel - Detect
2023-01-24 11:34:05 +00:00
author: pussycat0x
severity: info
2023-01-24 13:21:05 +00:00
description: |
SaltStack config panel was detected.
2023-01-27 14:57:27 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-01-24 11:34:05 +00:00
metadata:
verified: true
shodan-query: title:"SaltStack Config"
2023-01-24 13:21:05 +00:00
tags: panel,vmware,login,saltstack
2023-01-24 11:34:05 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SaltStack Config"
- type: status
status:
2023-01-24 13:21:05 +00:00
- 200
2023-01-27 14:57:27 +00:00
# Enhanced by cs 01/26/2023