nuclei-templates/http/exposed-panels/o2-easy-panel.yaml

33 lines
647 B
YAML

id: o2-easy-panel
info:
name: O2 Router Setup Panel - Detect
author: ritikchaddha
severity: info
description: O2 router setup panel was detected.
classification:
cvss-metrics: CVSS:3.1/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:
max-request: 1
verified: true
shodan-query: title:"O2 Easy Setup"
tags: panel,o2,easy,iot,router
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>O2 Easy Setup</title>'
- type: status
status:
- 200