nuclei-templates/exposed-panels/oracle-people-enterprise.yaml

34 lines
743 B
YAML
Raw Normal View History

2021-09-11 16:20:06 +00:00
id: oracle-people-enterprise
info:
name: Oracle PeopleSoft Enterprise Login Panel - Detect
2021-09-11 16:20:06 +00:00
author: dhiyaneshDk
severity: info
description: Oracle PeopleSoft Enterprise login panel detected.
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-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"Oracle Peoplesoft Enterprise"
2021-09-12 15:58:24 +00:00
tags: oracle,login,panel
2021-09-11 16:20:06 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
condition: and
words:
- "/signon.html"
- "<meta HTTP-EQUIV='Refresh' CONTENT='1"
- type: status
status:
- 200
# Enhanced by md on 2022/12/02