xvertile / akamai-bmp-generator

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

Converting code for bmp version 3.3.6 #11

Open Sfeeen opened 1 month ago

Sfeeen commented 1 month ago

Hi, I am working with an APK that makes use of Akamai bmp version 3.3.6. I would be able to extract the RSA encrypt key from the .so file but I'm wondering if that might be the only difference between for example a 3.3.4 and a 3.3.6 version? They probably also change something in the structure of the sensordata I would suppose, do you know more about this?

KannaAny commented 1 week ago

Hi, I am working with an APK that makes use of Akamai bmp version 3.3.6. I would be able to extract the RSA encrypt key from the .so file but I'm wondering if that might be the only difference between for example a 3.3.4 and a 3.3.6 version? They probably also change something in the structure of the sensordata I would suppose, do you know more about this?

Hey, from version 3.3.0 to 3.3.9 the RSA key actually doesn't change. From what I've seen, extracting the RSA key in 3.3.9 is still the same as in version 3.3.0, so it’s likely that only the structure of how the sensor is generated has changed.