Merge pull request #1745 from projectdiscovery/emadshanab

Added Akamai CloudTest Panel + clientaccesspolicy
patch-1
Sandeep Singh 2021-06-21 02:17:11 +05:30 committed by GitHub
commit 4ddf12a3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 0 deletions

View File

@ -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

View File

@ -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:
- "<access-policy>"
- "<cross-domain-access>"
- "domain uri="
condition: and
- type: status
status:
- 200