/Instablock

Bot to bypass instagram block feature

Primary LanguagePython

Instablock

Simple tool to check weak /api/enpoints of instagram affected by block feature This code was the part of my proof of concept reported to instagram security team by which any blocked user can call api with his access_token to see victim comments,likes,photos, etc now it has been patched by team .

Version

1.0

Parts

It consist of 2 scripts

  • A php script to fetch userid
  • A python script to fetch the likes,photos,comments

Before using

Install instagram api

$ pip install python-instagram

###2.)You will need the access_token of your own account + client_secret

Usage

$ python starscan.py
$Enter user id >>>509823
fetching...

Imports

  • InstagramAPI

Demo:

https://www.youtube.com/watch?v=0ZUeQ_fG_BA

Blog Post

https://vishwarajbhattrai.wordpress.com/2016/07/13/hacking-instagram-apis/

Note :

This tool is just built for security test or consistency purpose don't misuse it author will not be responsible for your actions .