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

29 lines
546 B
YAML

id: saltstack-config-panel
info:
name: SaltStack Config Panel
author: pussycat0x
severity: info
description: |
SaltStack config panel was detected.
metadata:
verified: true
shodan-query: title:"SaltStack Config"
tags: panel,vmware,login,saltstack
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SaltStack Config"
- type: status
status:
- 200