Skip to content

EdgeOS Login Panel - Detect

ID: edgeos-login

Severity: info

Author: princechaddha

Tags: login,tech,edgeos,edgemax,panel,ui

EdgeOS login panel was detected.

id: edgeos-login
info:
name: EdgeOS Login Panel - Detect
author: princechaddha
severity: info
description: EdgeOS login panel was detected.
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:o:ui:edgeos:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: ui
product: edgeos
tags: login,tech,edgeos,edgemax,panel,ui
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>EdgeOS</title>'
- type: status
status:
- 200
# digest: 490a0046304402204b05468b875c64caa3bc8057683e81d8672abaa80ff9b7b0d7f8a1c07879f87802201a4773adeff8f04e5dff1189fb903c08feb4b11a6ed171fbec52f8f0ba0e177c: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/edgeos-login.yaml"

View on Github