xvertile / akamai-bmp-generator

Generate sensor data for Akamai's Bot Management Protocol (BMP) to bypass bot detection.
132 stars 56 forks source link

Advice on akamai bmp generation using frida #12

Open Sfeeen opened 1 month ago

Sfeeen commented 1 month ago

Hi,

I tried generating akamai headers from an apk that uses version 3.3.6. Using Frida I hooked the function to retrieve an akamai header so I let the app do all the work and wanted to harvest some headers. I then let it call this function continuously. This worked in a way but the problem that occurred is that the headers got longer in length every time I called the function. After a while they got so long that they were to long for a requestbuffer. Do you have any idea why this length systematically increases?