nuclei-templates/exposures/backups/froxlor-database-backup.yaml

39 lines
793 B
YAML
Raw Normal View History

2023-01-17 15:16:44 +00:00
id: froxlor-database-backup
info:
2023-01-17 15:16:44 +00:00
name: Froxlor Database Backup File Disclosure
author: tess
2023-01-18 08:08:04 +00:00
severity: medium
metadata:
verified: true
2023-01-24 09:55:12 +00:00
shodan-query: title:"Froxlor Server Management Panel"
2023-01-17 15:16:44 +00:00
tags: froxlor,backup,exposure,disclosure
requests:
- method: GET
path:
- '{{BaseURL}}/install/froxlor.sql'
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-01-17 15:28:45 +00:00
- "DROP TABLE IF EXISTS"
- "CREATE TABLE"
2023-01-17 15:24:08 +00:00
- "PRIMARY KEY"
condition: and
- type: word
part: header
words:
- "application/sql"
2023-01-17 15:24:08 +00:00
- "application/x-sql"
- "application/octet-stream"
- "text/plain"
condition: or
- type: status
status:
- 200