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

26 lines
541 B
YAML
Raw Normal View History

2021-02-27 10:29:38 +00:00
id: radius-manager-login
info:
name: Radius Manager Control Panel
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/6790
2022-01-03 16:06:23 +00:00
tags: panel,radius
2021-02-27 10:29:38 +00:00
requests:
- 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