Create ampache-debug-page.yaml

patch-1
Ritik Chaddha 2022-10-31 15:53:32 +05:30 committed by GitHub
parent d6e1a7053d
commit 1e22b63682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: ampache-debug-page
info:
name: Ampache Debug Page
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.title:"Ampache -- Debug Page"
tags: misconfig,ampache,debug
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/test.php?action=config'
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Ampache Debug"
- type: status
status:
- 200