nuclei-templates/exposed-panels/mikrotik/mikrotik-routeros.yaml

61 lines
1.6 KiB
YAML
Raw Normal View History

id: mikrotik-routeros
info:
2022-12-23 09:20:13 +00:00
2022-12-02 12:08:54 +00:00
name: MikroTik Router OS - Login Panel Detect
author: gy741
severity: info
description: MikroTik Router OS login panel was detected.
reference:
- https://systemweakness.com/routeros-user-with-just-ftp-policy-can-write-to-filesystem-cve-2021-27221-e3e45d780dfe
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,login
requests:
- method: GET
path:
- '{{BaseURL}}'
2022-12-02 10:29:41 +00:00
matchers-condition: and
matchers:
- type: word
words:
- 'If this device is not in your possession, please contact your local network administrator'
2022-12-15 18:43:21 +00:00
- '.mikrotik.com'
2021-06-22 06:37:09 +00:00
condition: and
2022-12-23 09:20:13 +00:00
2022-12-15 18:43:21 +00:00
- type: word
name: router-old
part: body
words:
- '<title>mikrotik routeros > administration</title>'
- '<title>Mikrotik Router'
- '<img src="/webcfg/'
- '<title>MikroTik RouterOS Managing Webpage</title>'
condition: or
- type: word
name: hotspot
part: body
words:
- 'Please log on to use the mikrotik hotspot service'
- 'mikrotik hotspot > login'
condition: and
- type: word
name: mikrotik-httpproxy
part: header
words:
- "Server: mikrotik httpproxy"
2022-09-16 14:19:53 +00:00
extractors:
- type: regex
group: 1
regex:
2022-12-15 18:43:21 +00:00
- "<h1>RouterOS (.+)</h1>"
- '<div class="top">mikrotik routeros (.[0-9.]+) configuration page</div>'
- 'routeros (.[0-9.]+) '
2022-12-23 09:20:13 +00:00
- '<b>MikroTik RouterOS (.[0-9.]+)</b>'