Create ampache-update-exposure.yaml

patch-1
Ritik Chaddha 2022-11-02 17:01:46 +05:30 committed by GitHub
parent 9b43a38a6a
commit cc359bfa17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: ampache-update-exposure
info:
name: Ampache Update Page Exposure
author: ritikchaddha
severity: low
metadata:
verified: true
shodan-query: http.html:"Ampache Update"
tags: misconfig,ampache,update
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