nuclei-templates/technologies/oracle/oracle-atg-commerce.yaml

31 lines
612 B
YAML
Raw Normal View History

2022-10-18 07:06:52 +00:00
id: oracle-atg-commerce
info:
name: Detects Oracle ATG Commerce
author: Dale Clarke
severity: info
reference:
- https://docs.oracle.com/cd/E35319_01/Platform.10-2/ATGPlatformProgGuide/html/s0101introduction01.html
metadata:
verified: true
tags: tech,oracle,atg,commerce
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "x-atg-version"
- "atg_session_id"
condition: or
2022-10-18 07:14:42 +00:00
case-insensitive: true
2022-10-18 07:06:52 +00:00
- type: status
status:
- 200