34 lines
718 B
YAML
34 lines
718 B
YAML
id: oracle-access-manager-detect
|
|
|
|
info:
|
|
name: Oracle Access Manager Detect
|
|
author: tess
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: tech,oracle
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/oamfed/idp/soap'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "processing the SOAP Request"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/xml"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100d69ebbe03a4a1ad5eb26c5ec52e4f2b8af790a3514408968054d86264eb5f287022100b2483782b7e8c3ef40868b5268f9f1f804e63088068cadcd38db1d58327f5941:922c64590222798bb761d5b6d8e72950
|