Mirth Connect Admin Panel - Detect
ID: mirth-connect-detect
Severity: info
Author: rxerium
Tags: mirth-connect,tech,detect
Description
Section titled “Description”Detects Mirth Connect Administrator panel.
YAML Source
Section titled “YAML Source”id: mirth-connect-detect
info: name: Mirth Connect Admin Panel - Detect author: rxerium severity: info description: | Detects Mirth Connect Administrator panel. metadata: verified: true max-request: 1 product: mirth_connect shodan-query: title:"mirth connect administrator" tags: mirth-connect,tech,detect
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - "<title>Mirth Connect Administrator</title>"
- type: status status: - 200# digest: 490a00463044022031cfb8f0356a3049ee17b3bca66c84cf4a86cc2747f7d24af2113e018c4f2a8f022028734a4b00aa9481bbefd637391b73e31971ecdf037b107415e71fd5aa0eebaa:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/mirth-connect-detect.yaml"