Type Here to Get Search Results !

HACKING LESSONG #1

  

 

𝘽𝙧𝙪𝙩𝙚 𝙛𝙤𝙧𝙘𝙚 𝙖𝙩𝙩𝙖𝙘𝙠 𝙤𝙣 𝙄𝙣𝙨𝙩𝙖𝙜𝙧𝙖𝙢.

Step 1 : Clone it.
So first, we will need to get the program that keeps putting in the password.
To do that, simply type :

⭕git clone https://github.com/Ethical-H4CK3R/Instagram.git.

Above 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 2:
Executing the program
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 :
python3 instagram.py
It wont do anything as of now and will throw an error, It is because we do not have the txt file.
Remember, this is a BruteForce Dictionary attack, we need to give it a lists of passwords so the program knows which password it should put in.

Step 3:
Get the passwords
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, let’s get the txt file.
Go to the browser, and search “ Daniel Miessler passwords Github”.
Search it, go in the first link.

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…
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. Now we can execute it!

Step 4:
Final Step
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 :
python3 instagram.py Username Thetextfile.txt
Now we are at the end! The BruteForce attack has started, it will say the attempts and what password it is currently trying.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.