Jedox Web Login Panel - Detect
ID: jedox-web-panel
Severity: info
Author: Team Syslifters / Christoph MAHRL,Aron MOLNAR,Patrick PIRKER,Michael WEDL
Tags: panel,jedox,detect
Description
Section titled “Description”Jedox is an Enterprise Performance Management software which is used for planning, analytics and reporting in finance and other areas such as sales, human resources and procurement.
YAML Source
Section titled “YAML Source”id: jedox-web-panel
info: name: Jedox Web Login Panel - Detect author: Team Syslifters / Christoph MAHRL,Aron MOLNAR,Patrick PIRKER,Michael WEDL severity: info description: | Jedox is an Enterprise Performance Management software which is used for planning, analytics and reporting in finance and other areas such as sales, human resources and procurement. reference: - https://www.jedox.com classification: cpe: cpe:2.3:a:jedox:jedox:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: jedox product: jedox shodan-query: - title:"Jedox Web - Login" - http.title:"jedox web - login" - http.title:"jedox web login" google-query: - intitle:"Jedox Web Login" - intitle:"jedox web login" - intitle:"jedox web - login" fofa-query: - title="jedox web login" - title="jedox web - login" tags: panel,jedox,detect
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/ui/login/"
stop-at-first-match: true host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - "Jedox Web - Login" - "guide-jedox-software" condition: or
- type: status status: - 200# digest: 4a0a00473045022100a62354994db599525773e84a5694df984efb2cffa3162c4ac10b239af56f322b022005b32ce8a60f43a561918cec49a51a5135def30a5b6f69d9a5cce21dc18d3dbc: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/jedox-web-panel.yaml"