Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 637 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 637 Bytes

Akamai Solver

The purpose of this repo is to analyze how Akamai bot manager collects fingerprints, analyze how it works, and based on playwright, write some code to bypass it.

This file is the Akamai bot manager after de-obfuscation.

Note that it is not wise to use Python / nodejs / go to write code that puts together sensorData and POSTs the data directly, as Akamai detects TLS fingerprints, see here.

So we can use playwright and combine it with bypass code to make the request using the browser.