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 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
🔵 Check username existence
🔵 Check passwords for a given username
🔵 Brute forcer!
• Python v3.x.x
• Selenium
• Colorama
• Chromedriver
First you need to fork and then copy the url from clone option Run in gitbash or terminal :
$ git clone [url]
To install all needed requirements run the following command in the project directory:
python -m pip install -r .\requirements.txt
• 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
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
if the bot has succedded to Log In, the password will be printed in the Terminal as below:
© 2020 Tal Mosenzon. All rights reserved.