Skip to content

Radius Manager Admininstration Control Panel Login Panel - Detect

ID: radius-manager-login

Severity: info

Author: dhiyaneshDK

Tags: panel,radius,edb

Radius Manager Administration Control Panel login panel was detected.

id: radius-manager-login
info:
name: Radius Manager Admininstration Control Panel Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Radius Manager Administration Control Panel login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6790
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
metadata:
max-request: 4
tags: panel,radius,edb
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/admin.php'
- '{{BaseURL}}/radiusmanager/user.php'
- '{{BaseURL}}/user.php'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Radius Manager - User Control Panel</title>'
- type: status
status:
- 200
# digest: 4a0a004730450221009fb30dde19ccf52b6b04f1db484d9359fc758d1855f12abbaa046cfa959e3d4502207208614d53d53ecb35df214aa7cbb33e697a35621e0512a19116f51b70abdd32: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/radius-manager.yaml"

View on Github