diff --git a/technologies/oracle/oracle-access-manager-detect.yaml b/technologies/oracle/oracle-access-manager-detect.yaml new file mode 100644 index 0000000000..8a21561f33 --- /dev/null +++ b/technologies/oracle/oracle-access-manager-detect.yaml @@ -0,0 +1,29 @@ +id: oracle-access-manager-detect + +info: + name: Oracle Access Manager Detect + author: tess + severity: info + metadata: + verified: true + tags: tech,oracle + +requests: + - method: GET + path: + - '{{BaseURL}}/oamfed/idp/soap' + + matchers: + - type: word + part: body + words: + - "processing the SOAP Request" + + - type: word + part: header + words: + - "text/xml" + + - type: status + status: + - 200