Skip to content

Opengear Management Console Login Panel - Detect

ID: opengear-panel

Severity: info

Author: ffffffff0x,daffainfo

Tags: panel,opengear

The Opengear Management Console admin panel has been discovered.

id: opengear-panel
info:
name: Opengear Management Console Login Panel - Detect
author: ffffffff0x,daffainfo
severity: info
description: The Opengear Management Console admin panel has been discovered.
reference: https://opengear.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:opengear:opengear:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
fofa-query: app="opengear-Management-Console"
google-query: intitle:"Opengear Management Console"
product: opengear
vendor: opengear
tags: panel,opengear
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<a href="http://www.Opengear.com" build="_new">&copy; Opengear'
- 'Opengear Management Console</title>'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100fc951c4b8efcbd5746d7e86b23172eeea0260574e9449393a727754f1cfb876602205b1cf5bc54c5820279e6c4c5be5697de1d2b8523f0562477d230e970210bed1b: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/opengear-panel.yaml"

View on Github