31 lines
612 B
YAML
31 lines
612 B
YAML
|
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
|
||
|
case-insensitive: true
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|