39 lines
793 B
YAML
39 lines
793 B
YAML
id: froxlor-database-backup
|
|
|
|
info:
|
|
name: Froxlor Database Backup File Disclosure
|
|
author: tess
|
|
severity: medium
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"Froxlor Server Management Panel"
|
|
tags: froxlor,backup,exposure,disclosure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/install/froxlor.sql'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "DROP TABLE IF EXISTS"
|
|
- "CREATE TABLE"
|
|
- "PRIMARY KEY"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/sql"
|
|
- "application/x-sql"
|
|
- "application/octet-stream"
|
|
- "text/plain"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|