From f64066bd78e3c6e1aef3c688e9566077e193f5a3 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:49:00 +0530 Subject: [PATCH] Create github-debug.yaml --- misconfiguration/debug/github-debug.yaml | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 misconfiguration/debug/github-debug.yaml diff --git a/misconfiguration/debug/github-debug.yaml b/misconfiguration/debug/github-debug.yaml new file mode 100644 index 0000000000..f744ef9fbb --- /dev/null +++ b/misconfiguration/debug/github-debug.yaml @@ -0,0 +1,26 @@ +id: github-debug + +info: + name: GitHub Debug Page + author: ritikchaddha + severity: info + metadata: + verified: true + shodan-query: http.title:"GitHub Debug" + tags: misconfig,github,debug + +requests: + - method: GET + path: + - '{{BaseURL}}' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "GitHub Debug" + + - type: status + status: + - 200