34 lines
652 B
YAML
34 lines
652 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
|
|
metadata:
|
|
max-request: 1
|
|
|
|
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
|