We are gonna hack Instagram...(Not really..)
Instagram Hacking.....
We are going to use a tool called Osintgram...
It is one of the OSINT tools used for information gathering...
You must have Kali Linux to use this tool or any other Linux distros..
But I am going to use an easy alternative..
We can run our own Linux machine in cloud...For free....
Here is where we ask our good friend Google for help...
Or use this link..if you are lazy like me..
You will be taken to this screen..
Click on Get started for free ..
and fill in the all required details...
It is 100% free..
Unless you manually change it to paid account.
Use this link to go to GitHub Osintgram page...
So in our Linux Console....
Type the following for some magic.....
I am using Kali Linux but Google Cloud Console is perfect...
git clone https://github.com/Datalux/Osintgram
If it throws an error,type this first before the previous line :
apt install git
Then:
cd Osintgram
pip3 install -r requirements.txt
(Give it a few moments..)
If it throws an error , that means python3 is not installed in your computer..
sudo apt install python3
And
sudo apt install python3-pip
Then....
pip3 install -r requirements.txt
Create a directory by the following code:
mkdir config
(Wait a minute)
(You need a dummy Instagram account for Osintgram...
Just create one and come...)
Then:
echo "(your insta account username)" > username.txt
echo "(your insta password)" > pw.txt
echo "{}" > settings.json
Now we are ready to rock...
Then:
python3 main.py (your target)
I am gonna attack Taylor Swift..
(I hope she doesn't get angry)
python3 main.py TaylorSwift
list
You could see all the commands that you can do ...
Let's get started....
Propic (gives the user profile picture)
addrs (gives the address of target's photos)
Yeah .... And that's it...
You can try all other commands.
Until then.....
Yours CodedDevil-01..😉😉
Comments
Post a Comment