From 27adfa77fb3d5d3df2def8856ba5a6f6c456cda7 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Mon, 21 Jun 2021 02:11:23 +0530 Subject: [PATCH 1/2] Added Akamai CloudTest Panel --- exposed-panels/akamai-cloudtest.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 exposed-panels/akamai-cloudtest.yaml diff --git a/exposed-panels/akamai-cloudtest.yaml b/exposed-panels/akamai-cloudtest.yaml new file mode 100644 index 0000000000..190c8a3050 --- /dev/null +++ b/exposed-panels/akamai-cloudtest.yaml @@ -0,0 +1,24 @@ +id: akamai-cloudtest + +info: + name: Akamai CloudTest Panel + author: emadshanab + severity: info + tags: panel,akamai + +requests: + - method: GET + path: + - "{{BaseURL}}/concerto/Login?goto=Central" + + matchers-condition: and + matchers: + - type: word + words: + - "Akamai Inc. All rights reserved" + - "Akamai CloudTest" + condition: and + + - type: status + status: + - 200 \ No newline at end of file From e5826a58f390bdd23c072e84af1c00b7a2ae0ffc Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Mon, 21 Jun 2021 02:11:38 +0530 Subject: [PATCH 2/2] Added clientaccesspolicy --- miscellaneous/clientaccesspolicy.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 miscellaneous/clientaccesspolicy.yaml diff --git a/miscellaneous/clientaccesspolicy.yaml b/miscellaneous/clientaccesspolicy.yaml new file mode 100644 index 0000000000..a8ae7fc209 --- /dev/null +++ b/miscellaneous/clientaccesspolicy.yaml @@ -0,0 +1,25 @@ +id: clientaccesspolicy + +info: + author: emadshanab + name: Silverlight cross-domain policy + severity: info + tags: misc + +requests: + - method: GET + path: + - "{{BaseURL}}/clientaccesspolicy.xml" + + matchers-condition: and + matchers: + - type: word + words: + - "" + - "" + - "domain uri=" + condition: and + + - type: status + status: + - 200 \ No newline at end of file