RouterOS Router Login - Detect
ID: routeros-login
Severity: info
Author: dhiyaneshDK,idealphase
Tags: panel,router,routeros,iot
Description
Section titled “Description”RouterOS router login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 metadata: max-request: 1 shodan-query: http.title:"RouterOS router configuration page" tags: panel,router,routeros,iot
http: - 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>'# digest: 4a0a0047304502210083cadd80e1f442840b49c6d853228f00ac907f2300adf6ad5ecb4e84944408e102206dcd1f15cb30b169d3d082de4e8730dbad9b91d0ec47e5678c9a12ee3a2de91a: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/iot/routeros-login.yaml"