Merge pull request #7294 from righettod/add_moduwebvision_tpl
Add template to detect instance of Sauter moduWeb Visionpatch-1
commit
83e98cf003
|
@ -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
|
Loading…
Reference in New Issue