Merge pull request #9773 from userdehghani/patch-008

Add ackee-panel.yaml
patch-2
Ritik Chaddha 2024-05-13 13:52:27 +05:30 committed by GitHub
commit 39fd8369ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: ackee-panel
info:
name: Ackee Panel - Detect
author: userdehghani
severity: info
description: |
self-hosted, node.js based analytics tool for those who care about privacy.
reference:
- https://ackee.electerious.com/
- https://docs.ackee.electerious.com/
metadata:
verified: true
max-request: 2
shodan-query: http.favicon.hash:-1495233116
tags: panel,ackee,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/favicon.ico"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code==200 && contains(tolower(body), "<title>ackee")'
- "status_code==200 && (\"-1495233116\" == mmh3(base64_py(body)))"
condition: or