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

35 lines
681 B
YAML
Raw Normal View History

2023-02-09 11:41:48 +00:00
id: o2-easy-panel
info:
name: O2 Router Setup Panel - Detect
2023-02-09 11:41:48 +00:00
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
2023-02-09 11:41:48 +00:00
metadata:
max-request: 1
2023-02-09 11:41:48 +00:00
verified: "true"
shodan-query: title:"O2 Easy Setup"
tags: panel,o2,easy,iot,router
http:
2023-02-09 11:41:48 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>O2 Easy Setup</title>'
- type: status
status:
- 200
# Enhanced by md on 2023/04/25