30 lines
597 B
YAML
30 lines
597 B
YAML
id: mirth-connect-detect
|
|
|
|
info:
|
|
name: Mirth Connect Administrator Detection
|
|
description: Detects Mirth Connect Administrator
|
|
author: rxerium
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
product: mirth_connect
|
|
shodan-query:
|
|
- title:"mirth connect administrator"
|
|
tags: mirth-connect
|
|
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Mirth Connect Administrator</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |