Sponsored
Dictionary and Bruteforce

Crack Instagram Account Password via Instagram-py Tool

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-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.

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.

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.

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.

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.

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 >

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.

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

View Comments

  • 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.

    • 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

Recent Posts

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 month ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.