nuclei-templates/misconfiguration/ampache-update-exposure.yaml

35 lines
642 B
YAML
Raw Normal View History

2022-11-02 11:31:46 +00:00
id: ampache-update-exposure
info:
name: Ampache Update Page Exposure
author: ritikchaddha
severity: low
metadata:
verified: true
shodan-query: http.html:"Ampache Update"
2022-11-05 04:08:25 +00:00
tags: misconfig,ampache,exposure
2022-11-02 11:31:46 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/update.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Ampache Update"
case-insensitive: true
- type: word
part: body
words:
- "No Update Needed"
- "No updates needed"
negative: true
- type: status
status:
- 200