Merge pull request #5716 from projectdiscovery/oracle-atg-commerce
Create oracle-atg-commerce.yamlpatch-1
commit
f37bfd0409
|
@ -0,0 +1,30 @@
|
|||
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
|
Loading…
Reference in New Issue