Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Technical information

danleyb2 edited this page May 17, 2016 · 1 revision

Technical information

Navigation

  1. Extracting Instagram's Signature Key
  2. Capturing the endpoints

Extracting Instagram's Signature Key

There is one thing required in order to make the API works, and that is the IG_SIG_KEY. In our case:

IG_SIG_KEY      = 'c1c7d84501d2f0df05c378f5efb9120909ecfb39dff5494aa361ec0deadb509a';
SIG_KEY_VERSION = '4';

There are many ways to obtain this key:

mokhdzanifaeq/arminject

Download: https://github.com/mokhdzanifaeq/arminject

arminject

Manually

Reference: https://mokhdzanifaeq.github.io/extracting-instagram-signature-key-2/

image2

You can also you tools like APKTool or APKAnalyser.

Capturing the endpoints

You will need a proxy, there are a lot, so use the one you prefer. You will find a lot of information in Google.