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

29 lines
606 B
YAML
Raw Normal View History

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