From a1a9109659587f58ba595d2d8de30fc8f7b56738 Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Wed, 13 Mar 2024 19:19:03 +0100 Subject: [PATCH] Tuning to increase the detection --- http/exposed-panels/skeepers-panel.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/http/exposed-panels/skeepers-panel.yaml b/http/exposed-panels/skeepers-panel.yaml index cf01932d4d..f498750c81 100644 --- a/http/exposed-panels/skeepers-panel.yaml +++ b/http/exposed-panels/skeepers-panel.yaml @@ -10,7 +10,7 @@ info: - https://skeepers.io metadata: max-request: 1 - shodan-query: http.title:"Skeepers cx | Room" + shodan-query: http.title:"Skeepers" verified: true tags: panel,skeepers,login,detect @@ -18,10 +18,20 @@ http: - method: GET path: - "{{BaseURL}}/backend/login" + - "{{BaseURL}}" + + stop-at-first-match: true matchers: - type: dsl dsl: - 'status_code == 200' - 'contains(to_lower(body), "skeepers") && contains(to_lower(body), "login")' - condition: and \ No newline at end of file + condition: and + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'Version\s+([0-9\.]+)\s+-'