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

29 lines
546 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:
name: SaltStack Config Panel
author: pussycat0x
severity: info
2023-01-24 13:21:05 +00:00
description: |
SaltStack config panel was detected.
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