From aaa408d70ec9846d7d5ad0fb795fab82a7720627 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Sat, 13 Aug 2022 19:32:54 +0530 Subject: [PATCH] Update dzzoffice-panel.yaml --- exposed-panels/dzzoffice/dzzoffice-panel.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/exposed-panels/dzzoffice/dzzoffice-panel.yaml b/exposed-panels/dzzoffice/dzzoffice-panel.yaml index d0e9edb59d..8260da90b2 100644 --- a/exposed-panels/dzzoffice/dzzoffice-panel.yaml +++ b/exposed-panels/dzzoffice/dzzoffice-panel.yaml @@ -6,8 +6,7 @@ info: severity: info metadata: verified: true - shodan-query: http.title:"dzzoffice" - fofa-query: title="dzzoffice" + shodan-query: http.favicon.hash:-1961736892 tags: dzzoffice,panel requests: @@ -15,17 +14,21 @@ requests: path: - "{{BaseURL}}" - "{{BaseURL}}/index.php" - - "{{BaseURL}}/user.php" + - "{{BaseURL}}/user.php?mod=login" stop-at-first-match: true redirects: true max-redirects: 2 + matchers-condition: and matchers: - type: word part: body words: - 'content="DzzOffice' - - 'DzzOffice' - - '登录管理中心' + - 'DZZSCRIPT' - "dzzoffice.com" condition: or + + - type: status + status: + - 200