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

34 lines
631 B
YAML
Raw Normal View History

2023-01-16 11:00:21 +00:00
id: saltgui-panel
info:
name: SaltGUI Login Panel - Detect
2023-01-16 11:00:21 +00:00
author: ritikchaddha
severity: info
description: SaltGUI login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-01-16 11:00:21 +00:00
tags: panel,saltgui
http:
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
# Enhanced by md on 2023/01/16