2022-11-25 06:45:58 +00:00
|
|
|
id: pega-web-panel
|
2022-11-25 03:57:07 +00:00
|
|
|
|
|
|
|
info:
|
2022-12-08 13:42:03 +00:00
|
|
|
name: Pega Infinity Login Panel - Detect
|
2022-12-03 08:58:26 +00:00
|
|
|
author: powerexploit,righettod
|
2022-11-25 03:57:07 +00:00
|
|
|
severity: info
|
|
|
|
description: |
|
2022-12-08 13:42:03 +00:00
|
|
|
Pega Infinity login panel was detected.
|
2022-11-25 03:57:07 +00:00
|
|
|
reference:
|
|
|
|
- https://www.pega.com/infinity
|
2022-12-08 13:42:03 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-11-25 06:45:58 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"Pega Platform"
|
2023-01-23 20:08:27 +00:00
|
|
|
google-query: inurl:"/prweb/PRAuth/app/default"
|
2022-11-25 03:57:07 +00:00
|
|
|
tags: panel,pega
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-12-05 09:03:06 +00:00
|
|
|
- "{{BaseURL}}"
|
2022-11-25 03:57:07 +00:00
|
|
|
- "{{BaseURL}}/prweb/PRAuth/app/default/"
|
2022-11-25 06:06:52 +00:00
|
|
|
|
2022-12-18 07:43:56 +00:00
|
|
|
stop-at-first-match: true
|
2022-11-25 03:57:07 +00:00
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-11-25 06:45:58 +00:00
|
|
|
- 'alt="Pega Infinity'
|
|
|
|
- 'alt="Pega Logo'
|
|
|
|
- 'id = "pegaLogin'
|
|
|
|
- 'Pega Platform'
|
|
|
|
condition: or
|
|
|
|
|
2022-11-25 03:57:07 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-12-08 13:42:03 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/12/05
|