Skip to content

Oracle PeopleSoft Login Panel - Detect

ID: oracle-peoplesoft-panel

Severity: info

Author: idealphase,righettod

Tags: oracle,peoplesoft,panel,login,detect

Oracle PeopleSoft login panel was detected.

id: oracle-peoplesoft-panel
info:
name: Oracle PeopleSoft Login Panel - Detect
author: idealphase,righettod
severity: info
description: Oracle PeopleSoft login panel was detected.
reference:
- https://www.oracle.com/applications/peoplesoft/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 12
shodan-query: "http.title:\"Oracle PeopleSoft Sign-in\""
fofa-query: "title=\"Oracle PeopleSoft Sign-in\""
product: peoplesoft_enterprise_peopletools
vendor: oracle
tags: oracle,peoplesoft,panel,login,detect
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/{{path}}'
payloads:
path:
- psp/csprd/?cmd=login&languageCd=ENG&
- psp/retess/?cmd=login&languageCd=ENG&
- psp/fscmprod/?cmd=login&languageCd=ENG&
- psp/CT920/?cmd=login&languageCd=ENG&
- psp/esshrprd/?cmd=login&languageCd=ENG&
- psp/ps/?&cmd=login&languageCd=ENG&
stop-at-first-match: true
redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "<title>oracle peoplesoft sign-in</title>", "alt=\"oracle peoplesoft sign-in", "title=\"oracle peoplesoft sign-in")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)\*\s+Copyright\s+\(c\)\s+([0-9,\s]+)\s+Oracle\s+and\/or\s+its\s+affiliates.'
# digest: 4a0a0047304502210087aaef55db4d7100e68d93623a01009faa93367ecb16e821f9004a23f889191502200aab0eb0ac1b607db332656128d6658d34f8dc353a2d5581d180ce22c971462d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/oracle-peoplesoft-panel.yaml"

View on Github