Merge pull request #6552 from tess-ss/patch-109

Create froxlor-database-backup-file.yaml
patch-1
Ritik Chaddha 2023-01-17 21:26:29 +05:30 committed by GitHub
commit 63a3731c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: froxlor-database-backup
info:
name: Froxlor Database Backup File Disclosure
author: tess
severity: low
metadata:
verified: true
shodan-dork: 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