nuclei-templates/exposed-panels/freepbx-administration-pane...

35 lines
646 B
YAML

id: freepbx-administration-panel
info:
name: FreePBX Administration Panel
author: tess
severity: info
metadata:
verified: "true"
shodan-dork: http.title:"FreePBX Administration"
tags: freepbx,panel
requests:
- method: GET
path:
- '{{BaseURL}}/admin/config.php#'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'FreePBX Administration'
- 'Operator Panel'
- 'User Control Panel'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200