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.
1 2 | apt install python-pip apt install python3-pip |
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.
1 | 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-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.
1 | apt install tor |
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.
1 | pip3 install instagram-py |
Complete Installation
That is why we will download this tool from gihtub and easily install all the requirements using the following command.
1 2 3 | git clone https://github.com/deathsec/instagram-py.git cd instagram-py/ pip3 install -r requirements.txt |
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.
1 | tor |
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 >
1 | instagram-py -u gmayank347@gmail.com -p pass.txt |
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.
A keen learner and passionate IT student. He has done Web designing, CCNA, RedHat, Ethical hacking, Network & web penetration testing. Currently, he is completing his graduation and learning about Red teaming, CTF challenges & Blue teaming.
I think the admin of this website is actually working hard in support
of his web page, because here every information is quality based information.
How to fix configuration file not found at /root/instaapy-config. Jason
with nano command.
if you are using Kali then go to folder user/instagram-py and copy the instaapy-config.jason then open a new file go to root (right click and open as root) paste file there and done! if you use termux idk 🙂
[+] Started @ 2021-08-21 16:30:48.440521
fatal error:: Tor configuration invalid or server down :: [Errno 111] Connection refused
how to solve this?
these commands don’t work on kali linux
apt install python-pip
apt install python3-pip
pkg install python
pkg install python3
pkg install python-pip
pkg install python3-pip
I need help ! my instagram: @dominater.iq
help please I need this tool
Please can you message me on WhatsApp so you can explain better for me +2347083915956
Which text editor did you used? Can I use sublime or Pycharm for this?