From 1e22b63682d9196afb0b6c1fceec92e117bffc01 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 31 Oct 2022 15:53:32 +0530 Subject: [PATCH] Create ampache-debug-page.yaml --- misconfiguration/ampache-debug-page.yaml | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 misconfiguration/ampache-debug-page.yaml 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