From a38802344f725348667da4d06fc521813161ef5e Mon Sep 17 00:00:00 2001 From: "a.k.a Daniel" <50470310+oppsec@users.noreply.github.com> Date: Sun, 31 Jul 2022 14:20:04 -0300 Subject: [PATCH] new: template to detect WebSphere Liberty pages --- exposed-panels/websphere-liberty-defauly.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 exposed-panels/websphere-liberty-defauly.yaml diff --git a/exposed-panels/websphere-liberty-defauly.yaml b/exposed-panels/websphere-liberty-defauly.yaml new file mode 100644 index 0000000000..a7f308b978 --- /dev/null +++ b/exposed-panels/websphere-liberty-defauly.yaml @@ -0,0 +1,25 @@ +id: websphere-liberty-page +info: + name: WebSphere Liberty Default Page + author: oppsec + severity: info + metadata: + verified: true + shodan-query: http.title:"WebSphere Liberty" + tags: panel,websphere,liberty + +requests: + - method: GET + path: + - "{{BaseURL}}/" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "WebSphere Liberty" + + - type: status + status: + - 200