diff --git a/misconfiguration/ampache-debug-page.yaml b/misconfiguration/ampache-debug-page.yaml new file mode 100644 index 0000000000..b7a7ee68f1 --- /dev/null +++ b/misconfiguration/ampache-debug-page.yaml @@ -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