dilame / instagram-private-api

NodeJS Instagram private API SDK. Written in TypeScript.
MIT License
5.92k stars 1.13k forks source link

how to extract SIGNATURE_KEY of instagram app ? #1238

Open deounix opened 4 years ago

deounix commented 4 years ago

Hello,

How can I get the SIGNATURE_KEY + SIGNATURE_VERSION + APP_VERSION_CODE from apk?

Nerixyz commented 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.

deounix commented 4 years ago

@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

Eleveres commented 4 years ago

@deounix check this https://medium.com/@okhlopkov/use-private-instagram-api-for-free-faaaa527274f

IqBroly commented 2 weeks 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.

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?