Skip to main content

Posts

Showing posts from May, 2018

Hack Instagram Account Using BruteForce

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 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 2 Executing 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