Skip to content

Python Selenium bot to brute force Instagram account. with a given passwords.txt File, the program will submit all included passwords or passphrases that found in the File with the hope of eventually guessing a password correctly. if one is found, the password will be printed.

Notifications You must be signed in to change notification settings

MosenzonTal/Instagram-Brute-Forcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Brute Forcer

This program will brute force any Instagram account you send it. Just give it a target user, a password list and let it run.

Usage

Usage of IG-Brute-Forcer for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program

Features

🔵 Check username existence
🔵 Check passwords for a given username
🔵 Brute forcer!

Requirements

• Python v3.x.x
• Selenium 
• Colorama 
• Chromedriver	

Clone project

First you need to fork and then copy the url from clone option Run in gitbash or terminal :

$ git clone [url]

Package installation for Windows users

To install all needed requirements run the following command in the project directory:

python -m pip install -r .\requirements.txt

Installation

• Chromedriver is needed. in case you dont have, you can install it from here: https://chromedriver.chromium.org/downloads

pip install selenium

pip install colorama

Getting Started

1. edit passwords.txt and add passwords in it
2. in main Function:

     bot = pwdCracking('target_username',"path")      

edit target_username and path while:
target_username is the target username, and path is the location of passwords.txt file in your PC

For Example: bot = pwdCracking('UserName',r"D:\Python\InstagramBot\passwords.txt")

3. run $ python IG_bruteForce.py

Executing the Program

if the bot has succedded to Log In, the password will be printed in the Terminal as below:

© 2020 Tal Mosenzon. All rights reserved.

About

Python Selenium bot to brute force Instagram account. with a given passwords.txt File, the program will submit all included passwords or passphrases that found in the File with the hope of eventually guessing a password correctly. if one is found, the password will be printed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages