nuclei-templates/http/technologies/akamai/akamai-bot-manager-detect.yaml

31 lines
762 B
YAML
Raw Normal View History

2024-08-23 15:46:47 +00:00
id: akamai-bot-manager-detect
info:
2024-08-23 20:16:01 +00:00
name: Akamai Bot Manager Protection - Detect
2024-08-23 15:46:47 +00:00
author: Fazle Arefin
severity: info
2024-08-23 20:16:01 +00:00
description: |
Checks if the website is protected by Akamai Bot Manager
2024-08-23 15:46:47 +00:00
reference:
- https://www.akamai.com/legal/manage-cookie-preferences
- https://techdocs.akamai.com/identity-cloud/docs/hosted-login-cookies-and-local-storage-1
metadata:
max-request: 1
2024-08-23 20:16:01 +00:00
tags: akamai,bot,security,detect
2024-08-23 15:46:47 +00:00
http:
- method: GET
path:
- "{{BaseURL}}"
2024-08-23 20:16:01 +00:00
2024-08-23 15:46:47 +00:00
matchers:
- type: regex
part: header
regex:
- 'Set-Cookie:\s*_abck='
- 'Set-Cookie:\s*bm_sv='
- 'Set-Cookie:\s*ak_bmsc='
- 'Set-Cookie:\s*bm_sz='
- 'Set-Cookie:\s*bm_mi='
condition: or