diff --git a/http/exposed-panels/ackee-panel.yaml b/http/exposed-panels/ackee-panel.yaml index 92ea911dec..d34adeec05 100644 --- a/http/exposed-panels/ackee-panel.yaml +++ b/http/exposed-panels/ackee-panel.yaml @@ -11,7 +11,7 @@ info: - https://docs.ackee.electerious.com/ metadata: verified: true - max-request: 1 + max-request: 2 shodan-query: http.favicon.hash:-1495233116 tags: panel,ackee,login,detect @@ -22,14 +22,9 @@ http: - "{{BaseURL}}/favicon.ico" stop-at-first-match: true - matchers-condition: or matchers: - - type: word - part: body - words: - - 'Ackee' - case-insensitive: true - - type: dsl dsl: + - 'status_code==200 && contains(tolower(body), "<title>ackee")' - "status_code==200 && (\"-1495233116\" == mmh3(base64_py(body)))" + condition: or