M3ikShizuka / instagram-private-api

#instagram #private #api #signin #reverse #web #encrypt #decrypt #deobfuscate #session #PWD_INSTAGRAM_BROWSER
18 stars 4 forks source link

A #1

Closed rahimi7k closed 2 years ago

M3ikShizuka commented 2 years ago

Hello @rahimi7k. The algorithm you need is in the file signinEncryptData.js is JavaScript code (not NodeJs).

Uncomment the generatePostDataForSignIn() call and fill your data into its arguments. After that, open index.html in your browser and get the generated data string. Use any REST API tool to send a request with the generated data to the instagram server. And don't forget the CSRF-token.

If you got success everything is working correctly.

Line: https://github.com/M3ikShizuka/instagram-private-api/blob/28bf18e4ca1b6c43a7c6ef6fd850fa9023f4d22f/signinEncryptData.js#L270

M3ikShizuka commented 2 years ago

@rahimi7k I did not reverse the #PWD_INSTAGRAM that is used in the applications. I didn't have the technical ability to do that at the time. At the moment there is only #PWD_INSTAGRAM_BROWSER in this repository.

I'm not sure I can find free time to research #PWD_INSTAGRAM anytime soon.