Skip to content

O2 Router Setup Panel - Detect

ID: o2-easy-panel

Severity: info

Author: ritikchaddha

Tags: panel,o2,easy,iot,router

O2 router setup panel was detected.

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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
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
# digest: 4a0a00473045022100c4654b62256c36e62f682b704b1cb67b6ef5e6d4adc66e33f757207b58dc7f2902204756498823157521696287845ffe7e1ee57fc4f1ba5492b60f330e2f58e2d0bd:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/o2-easy-panel.yaml"

View on Github