Unleash Panel - Detect
ID: unleash-panel
Severity: info
Author: userdehghani
Tags: panel,unleash,login,detect
Description
Section titled “Description”Open-source feature management solution built for developers.
YAML Source
Section titled “YAML Source”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: 4b0a00483046022100942b1f0443f5bbfb5c372321da32bb106a479270dc7e0bb911a10078385f276c022100e0ebac564cf2198b28c764dbbcd114033cdf178e34bc6f226642349b04447ff1:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/unleash-panel.yaml"