This script attempts to brute-force an email account's password using a list of passwords provided in a file named Passwords.txt
. It supports Gmail and Live/Hotmail email providers.
Use this repo to get a dictionary
- Supports Gmail and Live/Hotmail email providers.
- Resumes from the last attempted password in case of interruption.
- Random sleep intervals to prevent account lockout.
- Python 3.x
Passwords.txt
file containing a list of passwords to try, one per line.
-
Clone the repository or download the script.
-
Ensure you have a
Passwords.txt
file in the same directory as the script. -
Run the script:
python brute-force-email.py
-
Follow the prompts to select your email provider and enter the email address to test.
- This script is for educational purposes only. Do not use it for illegal activities.
- Unauthorized access to email accounts is illegal and unethical.
- Use this script responsibly and only on accounts you own or have explicit permission to test.
The author is not responsible for any misuse of this script. Use it at your own risk.