You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: