Skip to content

SaltGUI Login Panel - Detect

ID: saltgui-panel

Severity: info

Author: ritikchaddha

Tags: panel,saltgui

SaltGUI login panel was detected.

id: saltgui-panel
info:
name: SaltGUI Login Panel - Detect
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
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,saltgui
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>SaltGUI</title>'
- type: status
status:
- 200
# digest: 490a00463044022063d01b92815670e7c0b50bdd7256a543620676b2491ca2474889ad1ddcf70a1802200447d49bd5e6772e6057b56a4cc0b68773fe894ddc21ab8523d4d4568fd50df4:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/saltgui-panel.yaml"

View on Github