Skip to main content

Hack Instagram Account Using BruteForce

Step 1Clone It!

So first, we will need to get the program that keeps putting in the password.
To do that, simply type :
this command will clone the program to your computer.
Now you need to chmod the file and go to the directory of the program, so type :
chmod -R 755 Instagram && cd Instagram

Step 2Executing the Program

Now we cloned the program, so we now need to open the program.
Type : "ls" to see what is inside the folder.
Well, we know there are three things inside the folder, "Core", "README.md" and "instagram.py".
The executable program here is "instagram.py".
We need to execute the program now, by typing :
python instagram.py
Oh no, Looks like there are some errors!
Doesn't this show up?
It is because we do not have the txt file.
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.

Step 3Get the Password Lists

If you are just trying to test either this works or not, then you guys can make your own password list and just type your own passwords there, but I am trying to legit get the password of my friend's account.
Now, lets get the txt file.
Go to the browser, and search " daniel miessler passwords github".
Search it, go in the first link.
Now you will be in GitHub. Go in Passwords.
Choose one txt file, I will choose the 10 million password list.
The bigger the better, because you will have a higher chance of succeeding.
But, it will take up a lot of space...
If you chose one, click on the text file you chose.
It will say : "Sorry, file too large, you can view as raw",something like that, and click on "view raw".
And there will be a list of passwords.
To save them in your computer, right click it, click Save Page as, then save the text file in the Instagram folder.
The file should be in Home.
And click "Save", then voila, the text should be in the folder.
Now we can execute it!

Step 4Executing It Once Again...

We just got the text file, so we can keep on hacking! Lets do the thing we did :
open the terminal, type :
cd Instagram
Now we are in the Instagram directory, 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
(To get better explanation, see the picture)
Now we are at the end! The BruteForce attack has started, it will say the attempts and what password it is currently trying.
Well, It would take a long time.
And Voila.(By the way the username Used on the explanation Pic is not the real one...)

Did It Work?

So, did it work for you guys? It worked for me, comment down below whether it worked or not.
Pro : It is easy to use, lots of beginners can use it
Con : It is a BruteForce attack, there are also a chance of failing
Thank you.
(EDIT:) If the script does not automatically downloads the things we need, then :
install mechanize with: pip install mechanize
install requests with: pip install requests
install Tor with: sudo apt-get install tor

Comments

Popular posts from this blog

Kali Linux: ZenMAP tools

How To Use Zenmap in Kali Linux! Scan local network for victims or intruders! Find open ports! Zenmap   is the official   Nmap   Security Scanner GUI. It is a multi-platform (Linux, Windows, Mac OS X, BSD, etc.) free and   open source   application which aims to make Nmap easy for beginners to use while providing advanced features for experienced Nmap users. Frequently used scans can be saved as profiles to make them easy to run repeatedly. A command creator allows interactive creation of Nmap command lines. Scan results can be saved and viewed later. Saved scan results can be compared with one another to see how they differ. The results of recent scans are stored in a searchable database. Here, we will take a brief look at some of the functionalities of the Zenmap interface. Begin Zenmap by typing zenmap in a terminal or by clicking the Zenmap icon in the desktop environment. The main window is shown below: One of Zenmap’s goals is to make security s...

HACK Facebook Account by PHISHING:Only For Educational Purpose.

How to hack Facebook with phishing page                                                                                                                                                                                                          As we all want to hack our friend facebook account,and want to read all his personal things. Today i m gonna teach you how to hack a facebook account with a phishing page. phishing: Phishing  is attempting to acquire inf...