40 lines
980 B
YAML
40 lines
980 B
YAML
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
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: title:"Jedox Web - Login"
|
|
google-query: intitle:"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
|