34 lines
671 B
YAML
34 lines
671 B
YAML
|
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
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: "true"
|
||
|
shodan-query: http.favicon.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
|