Skip to content

SAUTER moduWeb Vision Panel - Detect

ID: sauter-moduwebvision-panel

Severity: info

Author: righettod

Tags: panel,moduweb,sauter,login

Sauter moduWeb Vision was detected.

id: sauter-moduwebvision-panel
info:
name: SAUTER moduWeb Vision Panel - Detect
author: righettod
severity: info
description: |
Sauter moduWeb Vision was detected.
reference:
- https://www.sauter-controls.com
classification:
cpe: cpe:2.3:o:sauter:moduweb_vision:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: sauter
product: moduweb_vision
shodan-query: http.favicon.hash:-1663319756
fofa-query: icon_hash=-1663319756
tags: panel,moduweb,sauter,login
http:
- method: GET
path:
- '{{BaseURL}}/login'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>SAUTER moduWeb Vision</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502205568d6ce3b3999b6384321ec0afa1ed3cd5899ed5262d7a64d44114ca9e9674f0221008073cad25e5ebf9a252b5911477e06652153177782c284842931920b73a573fc: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-moduwebvision-panel.yaml"

View on Github