39 lines
909 B
YAML
39 lines
909 B
YAML
id: pega-web-panel
|
|
|
|
info:
|
|
name: Pega Infinity Web Login Panel
|
|
author: powerexploit,righettod
|
|
severity: info
|
|
description: |
|
|
Pega Infinity is CRM solution with robotic automation that is fully baked in.Which supports no code platform with robotic automation
|
|
reference:
|
|
- https://www.pega.com/infinity
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"Pega Platform"
|
|
google-dork: inurl:"/prweb/PRAuth/app/default"
|
|
tags: panel,pega
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/prweb/PRAuth/app/default/"
|
|
- "{{BaseURL}}/prweb"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'alt="Pega Infinity'
|
|
- 'alt="Pega Logo'
|
|
- 'id = "pegaLogin'
|
|
- 'Pega Platform'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|