55 lines
1.8 KiB
YAML
55 lines
1.8 KiB
YAML
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: 4a0a0047304502206dc3f38c17d725d7c359b53f7260594859af7bfce36c474d88edd2dedccf7dbb022100f9ecf6dc34791e333fd70a249cef9d9dbafc076b7184776e5f134f956365f0dc:922c64590222798bb761d5b6d8e72950 |