40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
id: unleash-panel
|
|
|
|
info:
|
|
name: Unleash Panel - Detect
|
|
author: userdehghani
|
|
severity: info
|
|
description: |
|
|
Open-source feature management solution built for developers.
|
|
reference:
|
|
- https://www.getunleash.io/
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
shodan-query: http.favicon.hash:-608690655
|
|
tags: panel,unleash,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login"
|
|
- "{{BaseURL}}/sign-in"
|
|
- "{{BaseURL}}/favicon.ico"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Unleash'
|
|
- 'content="unleash'
|
|
- 'alt="getunleash'
|
|
- 'Sign-in - Unleash hosted'
|
|
case-insensitive: true
|
|
condition: or
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code==200 && (\"-608690655\" == mmh3(base64_py(body)))"
|
|
# digest: 4b0a004830460221008ffc995bdde3dd4859fd4f7806b5f1c26dacb84544b7488bb898319569764a04022100b765f8d7bccb7d97b872f189e1425d1b5cab4251f8109c255dd2e6eafbfa29b3:922c64590222798bb761d5b6d8e72950 |