From 7ccec01f059400d741336e0b2c70471b06b4334f Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 24 Aug 2024 01:46:01 +0530 Subject: [PATCH] minor-update --- http/technologies/akamai-bot-manager-detect.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/http/technologies/akamai-bot-manager-detect.yaml b/http/technologies/akamai-bot-manager-detect.yaml index ed390ec1ba1..ddbddcd4c1f 100644 --- a/http/technologies/akamai-bot-manager-detect.yaml +++ b/http/technologies/akamai-bot-manager-detect.yaml @@ -1,23 +1,26 @@ id: akamai-bot-manager-detect info: - name: Detect Akamai Bot Manager Protection + name: Akamai Bot Manager Protection - Detect author: Fazle Arefin severity: info - description: Checks if the website is protected by Akamai Bot Manager + description: | + Checks if the website is protected by Akamai Bot Manager 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 - tags: akamai, bot, security, detection + tags: akamai,bot,security,detect http: - method: GET path: - "{{BaseURL}}" + headers: - User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.0 # legit user-agent to get around user-agent filtering + User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.0 + matchers: - type: regex part: header