Merge pull request #1745 from projectdiscovery/emadshanab
Added Akamai CloudTest Panel + clientaccesspolicypatch-1
commit
4ddf12a3fa
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue