How to Hack Instagram using Kali Linux in 2022


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.

How to Hack Instagram using Kali Linux in 2020



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




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
How to Hack Instagram using Kali Linux in 2020

Execution

Now that we cloned the program/script, we now need to open the program.
Type :

 "ls"
to see what is inside the folder.
How to Hack Instagram using Kali Linux in 2020

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?

How to Hack Instagram using Kali Linux in 2020


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.
Now, lets download the txt file.
so now open the browser, and search

 " daniel miessler passwords github".
Go to the first link.
Now you will enter GitHub. Go to Passwords.
How to Hack Instagram using Kali Linux in 2020

Choose one txt file, I will choose the 10 million password list.You can choose any

Bigger the file its  better, because you will have a higher chance of possibility of cracking the password.
But, it will consume lot of space still its okay.

click on the text file you chose.
If it says : "Sorry, file too large, you can view as raw",something like this then click on "view raw".

And there will be a list of passwords.

To save these files in your system, just right click it, Save Page as, and then save the text file in the Instagram folder.



The file will be saved in Home.
And click "Save", then voila, the text file should be in the folder.
Now its ready to execute

Executing It Once Again

We downloaded the text file, so now we can hack, Lets continue the same process of execution.
open the terminal and type :




cd Instagram

we will be in the Instagram directory now, then type "ls" to see what is inside the folder.


Yes, there is the text file in the folder! lets execute the program by :
python instagram.py Username Thetextfile.txt

We are done almost. The BruteForce attack has begun, it will start saying the attempts and what password it is currently trying.
Well sometimes it take a long time, so sit back and relax.

How to Hack Instagram using Kali Linux in 2020

Result

So, did it work for you people? Because It worked for me
Note:-
  1. It is easy to use, lots of beginners can use it
  2. Remember, this is a BruteForce attack, we need to give it a lists of passwords so the program knows which password it should put in.
  3. It is a BruteForce attack, there are also a chance of failing