nuclei-templates/http/exposed-panels/vue-pacs-panel.yaml

41 lines
837 B
YAML
Raw Normal View History

2023-12-14 10:25:04 +00:00
id: vue-pacs-panel
info:
name: Vue PACS - Panel
author: righettod
severity: info
description: Vue PACS was detected.
reference:
- https://www.usa.philips.com/healthcare/solutions/diagnostic-informatics/enterprise-imaging-pacs
metadata:
max-request: 1
verified: true
shodan-query: http.title:"Vue PACS"
tags: vue,pacs,panel
http:
- method: GET
path:
- "{{BaseURL}}/portal/WebLogin.aspx"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Vue PACS</title>"
- "loginUsernameHidden"
- "loginPasswordHidden"
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version=([a-z0-9\.\s\-]+)'