This Python script is designed to automate the process of hacking into Instagram accounts using Selenium, a web automation tool. It utilizes a Chrome WebDriver to interact with the Instagram login page, attempting to brute force the password by trying out a list of passwords from a file.
- Python 3.x
- Selenium library
- Chrome WebDriver
- Install Python 3.x.
- Install the Selenium library by running
pip install selenium
. - Download the Chrome WebDriver and place it in your Python Scripts directory (or any directory of your choice).
- Ensure that Chrome WebDriver path is correctly set in the script.
- Run the script using Python.
- Enter the username of the Instagram account you want to hack.
- Ensure you have a file named
mat.txt
containing a list of passwords to try, each on a separate line. - The script will then attempt to log in using each password from the file.
- If successful, it will print the password to the console.
This script is for educational purposes only. Unauthorized access to someone's Instagram account is illegal and unethical. Use this script responsibly and only on accounts with explicit permission.