nuclei-templates/misconfiguration/installer/ampache-music-installer.yaml

34 lines
665 B
YAML
Raw Normal View History

2022-10-28 03:12:29 +00:00
id: ampache-music-installer
info:
2022-10-28 03:14:23 +00:00
name: Ampache Music Installer
2022-10-28 03:12:29 +00:00
author: tess
severity: high
metadata:
verified: true
shodan-query: title:"For the Love of Music - Installation"
2022-10-31 17:46:14 +00:00
tags: misconfig,ampache,install,exposure
2022-10-28 03:12:29 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/install.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-10-31 17:42:49 +00:00
- "Ampache :: For the Love of Music - Installation"
- "Choose Installation Language"
2022-10-28 03:12:29 +00:00
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200