2023-01-16 11:00:21 +00:00
|
|
|
id: saltgui-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: SaltGUI Panel Detect
|
|
|
|
author: ritikchaddha
|
|
|
|
severity: info
|
|
|
|
tags: panel,saltgui
|
|
|
|
|
|
|
|
requests:
|
2023-01-16 17:02:54 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2023-01-16 17:03:58 +00:00
|
|
|
- "{{BaseURL}}"
|
2023-01-16 11:00:21 +00:00
|
|
|
|
2023-01-16 17:08:19 +00:00
|
|
|
unsafe: true
|
2023-01-16 11:00:21 +00:00
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title>SaltGUI</title>'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|