nuclei-templates/exposed-panels/oracle-people-sign-in.yaml

29 lines
601 B
YAML

id: oracle-people-sign-in
info:
name: Oracle Peoplesoft Sign-in
author: idealphase
severity: info
metadata:
shodan-query: http.title:"Oracle PeopleSoft Sign-in"
tags: oracle,panel
requests:
- method: GET
path:
- '{{BaseURL}}'
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Oracle PeopleSoft Sign-in</title>'
- 'alt="Oracle PeopleSoft Sign-in" title="Oracle PeopleSoft Sign-in"'
condition: or
- type: status
status:
- 200