Skip to content

Sauter moduWeb Login Panel - Detect

ID: sauter-login

Severity: info

Author: DhiyaneshDk

Tags: panel,sauter,edb

Sauter moduWeb login panel was detected.

id: sauter-login
info:
name: Sauter moduWeb Login Panel - Detect
author: DhiyaneshDk
severity: info
description: Sauter moduWeb login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6883
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,sauter,edb
http:
- method: GET
path:
- "{{BaseURL}}/?locale=en"
matchers-condition: and
matchers:
- type: word
words:
- <title>Sauter moduWeb - Login</title>
part: body
- type: status
status:
- 200
# digest: 4a0a00473045022039fe71227d52d2ed512712b4a1e2dc76ec6f53deac1ef64112eea531cec67aa0022100867bc11acd074cdc722b55a08d0857b2008efd8e566b3eb3bc5549374ec30603: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/sauter-login.yaml"

View on Github