Merge pull request #7294 from righettod/add_moduwebvision_tpl

Add template to detect instance of Sauter moduWeb Vision
patch-1
pussycat0x 2023-05-31 07:38:29 +05:30 committed by GitHub
commit 83e98cf003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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