Skip to content

Akamai CloudTest Panel

ID: akamai-cloudtest

Severity: info

Author: emadshanab

Tags: panel,akamai

An Akamai CloudTest panel was discovered.

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
cpe: cpe:2.3:a:akamai:cloudtest:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: akamai
product: cloudtest
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
# digest: 4a0a004730450220529443bca6afdddee3fe19cc4bbeadf69df4a3d27812e7ff4b2c05a9a222c94a022100b4466f95e62aee35fdef28cb125cc343dbe3223172a0f379a7cdf7b6ed8459a2:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/akamai-cloudtest.yaml"

View on Github