xvertile / akamai-bmp-generator

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

Help / guidance needed for the post data request to the local host #13

Open tbexploit opened 1 month ago

tbexploit commented 1 month ago

Good evening, Just wondering if your able to give me some information regarding the post data request that is issued to the local host. In the example photo you have the following { "app": "com.hilton.android.hhonors", "lang": "en", "version": "3.3.4", "challenge": true, "powurl": "https://m.hilton.io } I'm aware of how to see the current BPM the website is using however where do you find the actual post data required for the sensor data response? Does the apk need to be decompiled and searched through to see what is being sent to the generate sensor data function.

Sorry for the long explanation very keen to learn, just struggling with where to find the actual post data information needed to generate the successful sensor data

KannaAny commented 2 weeks ago

Good evening, Just wondering if your able to give me some information regarding the post data request that is issued to the local host. In the example photo you have the following { "app": "com.hilton.android.hhonors", "lang": "en", "version": "3.3.4", "challenge": true, "powurl": "https://m.hilton.io } I'm aware of how to see the current BPM the website is using however where do you find the actual post data required for the sensor data response? Does the apk need to be decompiled and searched through to see what is being sent to the generate sensor data function.

Sorry for the long explanation very keen to learn, just struggling with where to find the actual post data information needed to generate the successful sensor data

Hello, I don't know what you mean by that. When you initialize the project, you just need to pay attention to the address it indicates. If you are local, it would just be the URL: "http://127.0.0.1:1337/akamai/bmp". You can see it in the same README.