• We just launched and are currently in beta. Join us as we build and grow the community.

Crack Instagram Account Password via Instagram-py Tool

aaan

Character Designer
A Rep
0
0
0
Rep
0
A Vouches
0
0
0
Vouches
0
Posts
178
Likes
133
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 400 XP
White-Basic-Presentation-Template-1.png


Hey Folks, in this tutorial we are going to talk about an Instagram brute forcing tool called “Instagram-py”. Instagram-Py is a slick python script to perform brute force attack against Instagram accounts. This script can bypass login limiting on wrong passwords , so basically it can test infinite number of passwords. I think you should understand the following features to get a better understanding of this tool.

Key Features
  • Dumps successfully cracked accounts in the dump.
  • Maximum Customization! ( This includes multiple attack vectors! ).
  • Fast and Clean Code , no ugly selenum drivers! ( Pure Requests ).
  • Resumes Attacks when the same wordlist is used on the same Username.

Let’s take a look 🙂 !!

Installation

To control this tool we must have some dependencies pre-installed, but you can still install all dependencies using the following command.

apt install python-pip
apt install python3-pip12apt install python-pipapt install python3-pip

1-29.png

For Both Kali Linux and Android Application

As we know that nowadays most of the tools are being built in python language due to which we need to install python Tools to control these tools. So you can use the following command to install python and pip tool permanently in kali linux and any android applications.

apt install python && apt install python3 && pkg install python && pkg install python3 && apt install python-pip && apt install python3-pip && pkg install python-pip && pkg install python3-pip1apt install python&&apt install python3&&pkg install python&&pkg install python3&&apt install python-pip&&apt install python3-pip&&pkg install python-pip&&pkg install python3-pip

Install Tor

Now it’s time to install tor service to enabling anonymous communication. Simply we can install the tor service by using the following command.

apt install tor1apt install tor

2-31.png

Install Tool Through Pip

We can easily install this tool using the following command but after that we have to install all the requirements ourselves.

pip3 install instagram-py1pip3 install instagram-py

3-28.png

Complete Installation

That is why we will download this tool from gihtub and easily install all the requirements using the following command.

git clone https://github.com/deathsec/instagram-py.git
cd instagram-py/
pip3 install -r requirements.txt123git clone
https://github.com/deathsec/instagram-py.gitcd instagram-py/pip3 install-rrequirements.txt

4-27.png

Start Tor Service

We need to start tor service on another terminal using the following command, Because it will hide the actual IP address and try to dump the correct credentials one by one using different-2 IP addresses.

tor1tor

5-26.png

Brute Forcing Attack

Now it’s time have comes to test this tool 🙂 !! All we need to do is give our username/phoneNumber/emial and password wordlist, which is made for bruteforce attack.

Usgae 🙂 !! instagram-py -u < target username > -p < wordlist >

instagram-py -u [email protected] -p [email protected]

7-23.png


Done 🙂 !! After executing the command it will start to find a valid passwold for that username. After getting the correct password you will get the results on the terminal as you can in the image above.

About the AuthorShubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
 

429,065

311,668

311,677

Top