38 lines
871 B
YAML
38 lines
871 B
YAML
|
id: pega-web-panel
|
||
|
|
||
|
info:
|
||
|
name: Pega Infinity Web Login Panel
|
||
|
author: powerexploit
|
||
|
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/"
|
||
|
|
||
|
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
|