35 lines
680 B
YAML
35 lines
680 B
YAML
id: ampache-music-installer
|
|
|
|
info:
|
|
name: Ampache Music Installer
|
|
author: tess
|
|
severity: high
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: title:"For the Love of Music - Installation"
|
|
tags: misconfig,ampache,install,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/install.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Ampache :: For the Love of Music - Installation"
|
|
- "Choose Installation Language"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|