Create froxlor-database-backup-file.yaml

patch-1
Arman 2023-01-17 00:08:21 -05:00 committed by GitHub
parent cdc5bc3ece
commit 3c23c2cb9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: froxlor-database-backup-file
info:
name: Froxlor Database Backup File
author: tess
severity: low
metadata:
verified: true
shodan-dork: title:"Froxlor Server Management Panel"
tags: froxlor,backup
requests:
- method: GET
path:
- '{{BaseURL}}/install/froxlor.sql'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DROP TABLE IF EXISTS `ftp_groups`"
- "CREATE TABLE"
condition: and
- type: word
part: header
words:
- "application/sql"
- type: status
status:
- 200