commit
39fd8369ef
|
@ -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
|
Loading…
Reference in New Issue