Create freepbx-administration-panel.yaml

patch-1
Arman 2023-01-05 14:52:43 -05:00 committed by GitHub
parent a83d28beb0
commit 374dabaa96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

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