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

36 lines
657 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
2023-10-14 11:27:55 +00:00
max-request: 1
2022-11-02 11:31:46 +00:00
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
http:
2022-11-02 11:31:46 +00:00
- 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