akamai-reverse

Generate valid Akamai sensor data and _abck cookies for web and mobile targets.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/warterbili/AUTO_REVERSE --skill akamai-reverse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: akamai-reverse
Source: https://github.com/warterbili/AUTO_REVERSE/tree/main/skills/web/akamai-reverse
Command: npx skills add https://github.com/warterbili/AUTO_REVERSE --skill akamai-reverse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the complex, error-prone manual work of reverse engineering Akamai Bot Manager anti-bot protections for both web and mobile targets, which require generating valid sensor data, handling cookie state machines, and matching TLS/device fingerprints to pass risk control checks.

Core Features & Use Cases

  • Dual-path support: Covers both mobile Akamai BMP (with a pre-built generator for supported SDK versions) and web sensor_data reverse engineering (with a per-target methodology).
  • Full workflow coverage: Includes fingerprinting Akamai targets, pinning correct protocol versions, handling the _abck handshake state machine, and generating valid verification cookies.
  • Use Case: For a mobile app protected by Akamai BMP, use this Skill to generate valid sensor data and obtain a working _abck cookie to access protected business endpoints; for a web target, use the provided methodology to reverse the site-specific sensor script and bypass Akamai's anti-bot checks.

Quick Start

Use the akamai-reverse skill to generate valid Akamai _abck cookies for your target mobile app or website to bypass Bot Manager anti-scraping protections.

Frequently Asked Questions about akamai-reverse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bypass Akamai Bot Manager anti-scraping protection for web targets?

To bypass Akamai Bot Manager for web targets, you must reverse engineer the site-specific sensor script, generate valid sensor data, and handle the _abck cookie handshake state machine to pass risk control checks.

How does the _abck cookie state machine work during anti-bot bypass?

The _abck cookie state machine requires generating encrypted sensor data that matches Akamai's protocol versions, continuously handling the handshake until the server issues a valid verification cookie that passes risk control checks.

Can I generate valid sensor data for mobile apps using the Akamai BMP SDK?

Yes, for mobile apps using the Akamai BMP SDK, you can generate valid sensor data and obtain a working _abck cookie to access protected business endpoints using a pre-built generator for supported SDK versions.

What is needed to match TLS and device fingerprints when reverse engineering Akamai?

Matching TLS and device fingerprints requires identifying the target's specific fingerprinting parameters and pinning the correct protocol versions to ensure generated sensor data passes Akamai's risk control checks.

Does this Akamai reverse engineering approach apply to both Android and iOS apps?

Yes, the reverse engineering workflow applies to both Android and iOS apps protected by the Akamai BMP SDK, covering protocol reverse engineering and device fingerprint generation to bypass anti-scraping protections.