Open deounix opened 4 years ago
I don't think there's currently a signature key present. The "signature" is just SIGNATURE
. You can intercept the App's requests and read the keys/codes.
@Nerixyz I know but I am using an old version of instagram cuz the new one when I am trying to create a new account it ask me to verify my email/phone but the old one not asking at all.
so I create the register function but I still miss a thing the sn_nonace in POST form
it's base64 when I decode it it's look like this:
dddd@example.com|15262516|binary email|time|binary
I don't know what it's and how can I generate it. and what is the binary code is it my password?
thank you for ur help
@deounix check this https://medium.com/@okhlopkov/use-private-instagram-api-for-free-faaaa527274f
I don't think there's currently a signature key present. The "signature" is just
SIGNATURE
. You can intercept the App's requests and read the keys/codes.
Hi, I tried intercepting instagram app requests using burpsuite but didn't see any intercepted. I know it's interecpting other requests from phone like browser requests but most of the app requests are unintercepted. Any hint?
Hello,
How can I get the SIGNATURE_KEY + SIGNATURE_VERSION + APP_VERSION_CODE from apk?