nuclei-templates/technologies/oracle/oracle-webcenter-sites.yaml

28 lines
500 B
YAML
Raw Normal View History

2022-07-24 09:07:01 +00:00
id: oracle-webcenter-sites
info:
name: Oracle WebCenter Sites
author: leovalcante
severity: info
2022-08-05 11:41:44 +00:00
metadata:
verified: true
shodan-query: http.html:"WebCenter"
tags: tech,oracle,webcenter
2022-07-24 09:07:01 +00:00
requests:
- method: GET
path:
2022-08-05 11:41:44 +00:00
- '{{BaseURL}}/welcome_webcenter.html'
2022-07-24 09:07:01 +00:00
matchers-condition: and
matchers:
- type: word
words:
2022-08-05 11:41:44 +00:00
- 'FOR ORACLE'
- 'WebCenter Framework'
condition: and
2022-07-24 09:07:01 +00:00
- type: status
status:
2022-08-05 11:41:44 +00:00
- 200