How to Hack Instagram using Kali Linux in 2020
How to Hack Instagram using Kali Linux in 2020

This tutorial for education purpose only i'm not responsible for any thing.Spying into someone`s mobile without his/her permission is illegal. Please proceed in own risk.
In this tutorial I will use Kali Linux, a open source system penetrating tool, which is popular for hacking.
If
you don’t have Kali Linux installed in your computer system, then
install it. YouTube will help you installing it as there are many
tutorial available and install it.
Start
we will be using BruteForce attack technique to hack instagram account password, in BruteForce the
program keeps trying to combine diff. password until we get the right
one. It takes long time, it might fail too, but it is better than not
doing it right.
Clone It!
Firstly we will need clone the program to get the script that keeps trying in the password.
To do that, simply type in you command shell
git clone https://github.com/Ethical-H4CK3R/Instagram.git
this command will clone the entire program/script to your computer.
and now you need to chmod the file and open (go to) the directory of the program.
Type
chmod -R 755 Instagram && cd Instagram
Execution
Now that we cloned the program/script, we now need to open the program.
Type :
"ls"
to see what is inside the folder.
Now, as we know that there are three things inside the program/script folder, "Core", "README.md" and "instagram.py".
The executable program here is "instagram.py".
We need to execute the program. So type:
python instagram.py
Are there any errors!
Doesn't this show up?
It is just because we do not have the txt file or the password list with us to get the list.
Get Password Lists
you can make your own password list too and just type your own passwords there and save in .txt file, but I am trying to hack password of random persons account.
No comments