35 lines
820 B
YAML
35 lines
820 B
YAML
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
|
|
cvss-score: 0
|
|
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
|