Skip to content

CARESTREAM Vue Motion Detector

ID: carestream-vue-detect

Severity: info

Author: philippedelteil

Tags: tech,myvuehelp

This template will detect a running CARESTREAM Vue Motion instance

id: carestream-vue-detect
info:
name: CARESTREAM Vue Motion Detector
author: philippedelteil
severity: info
description: This template will detect a running CARESTREAM Vue Motion instance
reference:
- https://www.carestream.com/en/us/-/media/publicsite/resources/radiography-and-health-it/product-brochures/ris-pacs/pdfs/brochure-vue-motion-201601.pdf
metadata:
max-request: 2
tags: tech,myvuehelp
http:
- method: GET
path:
- "{{BaseURL}}/portal/favicon.ico"
- "{{BaseURL}}/portal/images/MyVue/MyVueHelp.png"
host-redirects: true
stop-at-first-match: true
max-redirects: 2
matchers-condition: or
matchers:
- type: dsl
name: "myvuehelp"
dsl:
- "status_code==200 && (\"84054196570ecd7526894ccb6e7c5c6e\" == md5(body))"
- type: dsl
name: "myvuehelp-favicon"
dsl:
- "status_code==200 && (\"1c4b2c10acccc48852d12eddadaf7944\" == md5(body))"
# digest: 490a00463044022011b298a98bf233d0f3934fc5c63ff551ddfeeeeffb917f23c409e55679025b8a022031a1f80ce63e1106c6431ebbc5638ffd86d6cf6a317f2918499ad153af1c3b63: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/technologies/carestream-vue-detect.yaml"

View on Github