nuclei-templates/http/exposed-panels/radius-manager.yaml

35 lines
820 B
YAML
Raw Normal View History

2021-02-27 10:29:38 +00:00
id: radius-manager-login
info:
name: Radius Manager Admininstration Control Panel Login Panel - Detect
2021-02-27 10:29:38 +00:00
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
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 4
2023-10-14 11:27:55 +00:00
tags: panel,radius,edb
2021-02-27 10:29:38 +00:00
http:
2021-02-27 10:29:38 +00:00
- 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>'
2023-10-14 11:27:55 +00:00
2021-02-27 10:29:38 +00:00
- type: status
status:
- 200