Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.51k stars 2.08k forks source link

When trying to log in #281

Closed oa01 closed 2 years ago

oa01 commented 3 years ago

Theres this output

Attempt to login... ClientError checkpoint_challenge_required (Code: 400, Response: {"message": "challenge_required", "challenge": {"url": "https://i.instagram.com/challenge/47945983717/sdRk27JLoD/", "api_path": "/challenge/47945983717/sdRk27JLoD/", "hide_webview_header": true, "lock": true, "logout": false, "native_flow": true, "flow_render_type": 0}, "status": "fail", "error_type": "checkpoint_challenge_required"})challenge_required: checkpoint_challenge_required

And in the app pops up that there is a malicious log in from a android device (im using google cloud) What happend?

therealElectrus commented 3 years ago

Have you tried removing the settings.json and making it again so that there only "{}".

In case you didn't try, example: while in config directory | rm settings.json | echo "{}" > settings.json

Then just do a cd .. and run the main.py again :)

MrinmoyHaloi commented 3 years ago

just verify your account and then try to login again

Ayayash commented 2 years ago

Have you tried removing the settings.json and making it again so that there only "{}".

In case you didn't try, example: while in config directory | rm settings.json | echo "{}" > settings.json

Then just do a cd .. and run the main.py again :)

thankyou bro