diff --git a/http/exposed-panels/jedox-web-panel.yaml b/http/exposed-panels/jedox-web-panel.yaml new file mode 100644 index 0000000000..ab223caeaa --- /dev/null +++ b/http/exposed-panels/jedox-web-panel.yaml @@ -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