32 lines
621 B
YAML
32 lines
621 B
YAML
|
id: akamai-cloudtest
|
||
|
|
||
|
info:
|
||
|
name: Akamai CloudTest Panel
|
||
|
author: emadshanab
|
||
|
severity: info
|
||
|
description: An Akamai CloudTest panel was discovered.
|
||
|
reference:
|
||
|
- https://techdocs.akamai.com/cloudtest/docs
|
||
|
classification:
|
||
|
cwe-id: CWE-200
|
||
|
tags: panel,akamai
|
||
|
|
||
|
http:
|
||
|
- 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
|
||
|
|
||
|
# Enhanced by mp on 2022/03/16
|