From 07f623d235fcd55d2b67e6ae9bf1432637394e12 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 6 Sep 2022 14:46:51 +0530 Subject: [PATCH] Create server-status.yaml --- misconfiguration/server-status.yaml | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 misconfiguration/server-status.yaml diff --git a/misconfiguration/server-status.yaml b/misconfiguration/server-status.yaml new file mode 100644 index 0000000000..4e64763eda --- /dev/null +++ b/misconfiguration/server-status.yaml @@ -0,0 +1,33 @@ +id: server-status + +info: + name: ServerStatus Exposure + author: DhiyaneshDK + severity: low + reference: + - https://www.facebook.com/ExWareLabs/photos/a.361854183878462/5527767173953778/ + metadata: + verified: true + shodan-query: title:"ServerStatus" + tags: misconfig + +requests: + - method: GET + path: + - '{{BaseURL}}' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'ServerStatus' + + - type: word + part: header + words: + - text/html + + - type: status + status: + - 200