Create jedox-web-panel.yaml
parent
d8a807c001
commit
72c020e9fa
|
@ -0,0 +1,37 @@
|
|||
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:
|
||||
max-req: 2
|
||||
verified: "true"
|
||||
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:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Jedox Web - Login"
|
||||
- "guide-jedox-software"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue