nuclei-templates/iot/routeros-login.yaml

38 lines
793 B
YAML

id: routeros-login
info:
name: RouterOS Router Login - Detect
author: dhiyaneshDK,idealphase
severity: info
description: RouterOS router login panel was detected.
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
metadata:
shodan-query: http.title:"RouterOS router configuration page"
tags: panel,router,routeros
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>RouterOS router configuration page</title>'
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '<h1>RouterOS v(.+)<\/h1>'
# Enhanced by mp on 2023/01/29