27 lines
425 B
YAML
27 lines
425 B
YAML
id: saltgui-panel
|
|
|
|
info:
|
|
name: SaltGUI Panel Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
tags: panel,saltgui
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
unsafe: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>SaltGUI</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|