How To Hack Instagram | Powerful Method ⭐

Note: that it isn’t getting the User and Pass but it’s a fun python made tool where you can get a lot of info about them which you generally won’t be able to see it just by looking at their profile.???

Disclaimer: The contributors do not assume any responsibility for the use of this tool
Warning: It is advisable to not use your own/primary account when using this tool.

What you need for this|

  1. Hacking machine - Kali linux or any linux or Google cloud console will do the job
  2. Thats basically it. Ofcourse you need the basic command language of the linux for fixing any error if popped. But installation is very easy

Start by: getting python3 into your system

Enter these into terminal :

sudo apt install python3
sudo apt install python3-pip
pip3 install -r requirements.txt
python3 main.py --username USERNAME

Tool installation by :

git clone https://github.com/Datalux/Osintgram.git

navigate to cd Osintgram

create a directory called config: mkdir config
enter into config dir then this is the place where you set your own credentials or any Fake instagram account which you created for this hack. This is Your’s not the Target’s.

set username by : echo “USERNAME” > username.conf
set pass : echo “password” > pw.conf
set settings: echo “{}” > settings.json

if you “ls” this you should see three files: pw.conf, settings.json, username.conf

If not, fix it???

Head into Osintgram dir and run this: python3 main.py “Target username here”
Thats it. Get help by running list command.

Run docker by:

docker build -t osintgram
```

```
docker run --rm -it -v “$PWD/output:/home/osintgram/output” osintgram

Happy learning!

12 Likes


its showing this error, any solution. thanks

Yeah, that just means that instagram sent a verification code to whatever email you made the account with, In my experience it is just easier to make a new dummy account and login in your browser while connected to whatever ip address you are using in the terminal. So when you try to login again via terminal, it will already okayed the ip.

1 Like

There is a much easier way:
cd into osintgram directory
run ‘python3 -m venv venv’
then ‘source /venv/bin/activate’
then ‘pip3 install -r requirements.txt’

then just simply run ‘make setup’ and it will ask you to input username and password for your IG account
and then your’re all good to go, so you can just run 'python3 main.py ‘TARGETUSERNAME’

1 Like

ok i’ll try that

thank you mate