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: 490a00463044022014fd08bb5e7f980ecf35eb263ef728dff1b0b8ca20cfee86410abeb3f180c9c5022036ad4163750eaee7d3271a6ccc3f10245b3d4aa1a16be7f68e9eb6e04b2e54c0:922c64590222798bb761d5b6d8e72950 |