From d4792bfa27f5bf5ba184614c1c5eb2ddb12defa0 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Mon, 4 Oct 2021 19:18:55 +0530 Subject: [PATCH] Update okiko-sfiler-portal.yaml --- exposed-panels/okiko-sfiler-portal.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/exposed-panels/okiko-sfiler-portal.yaml b/exposed-panels/okiko-sfiler-portal.yaml index d9b363c180..bb30bebcb2 100644 --- a/exposed-panels/okiko-sfiler-portal.yaml +++ b/exposed-panels/okiko-sfiler-portal.yaml @@ -1,10 +1,10 @@ id: okiko-sfiler-portal info: - name: Detect OKIKO S-Filer Portal + name: OKIKO S-Filer Portal Detect author: johnk3r - reference: https://www.shodan.io/search?query=sfiler severity: info + reference: https://www.shodan.io/search?query=sfiler tags: okiko,panel requests: @@ -16,8 +16,16 @@ requests: matchers: - type: word words: - - "okiok" + - "S-Filer Portal - Login" part: body + - type: status status: - 200 + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'S\-Filer\/([A-Za-z 0-9.]+)<\/p>'