nuclei-templates/exposed-panels/saltgui-panel.yaml

27 lines
429 B
YAML
Raw Normal View History

2023-01-16 11:00:21 +00:00
id: saltgui-panel
info:
name: SaltGUI Panel Detect
author: ritikchaddha
severity: info
tags: panel,saltgui
requests:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>SaltGUI</title>'
- type: status
status:
- 200