Create froxlor-database-backup-file.yaml
parent
cdc5bc3ece
commit
3c23c2cb9c
|
@ -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
|
Loading…
Reference in New Issue