39 lines
751 B
YAML
39 lines
751 B
YAML
id: ampache-panel
|
|
|
|
info:
|
|
name: Ampache Music Login Panel
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"For the Love of Music"
|
|
tags: panel,ampache
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/login.php"
|
|
- "{{BaseURL}}/public/login.php"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Ampache :: For the Love of Music"
|
|
case-insensitive: true
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Music - Installation"
|
|
negative: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|