nuclei-templates/iot/routeros-login.yaml

25 lines
462 B
YAML

id: routeros-login
info:
name: RouterOS router configuration page login
author: dhiyaneshDK
severity: info
tags: panel
metadata:
shodan-query: 'http.title:"RouterOS router configuration page"'
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>RouterOS router configuration page</title>'
- type: status
status:
- 200