Need to hack or "gain access" to an email account?

This post will show you a step by step guide on how to do that through a method know as bruteforce attack.
To perform this attack,the tool that will be used is BruteMailer,a python3 script created by Solomon Adenuga that can perform this attack on different email services,it also has a password generator for you to generate strong passwords to bruteforce your target's email address.
For mobile users,you can use this tool on termux
INSTALLATION OF TERMUX
Visit F-droid and download the termux app
INSTALLATION OF BRUTEMAILER ON TERMUX
Open termux and input the following commands:
apt update && apt upgrade
pkg install git
pkg install python3
pkg install pip
git clone https://github.com/SoloTech01/BruteMailer.git
cd BruteMailer
pip install -r requirements.txt
USING BRUTEMAILER ON TERMUX AFTER INSTALLATION
cd BruteMailer
python3 brutemailer.py
USAGE
Select your target's email service,then enter their email address,you will be prompted to enter the name of the passwords file you want to use for the attack,if you don't readily have one,you can simply use the password generator that comes with BruteMailer to generate the passwords file
DISCLAIMER
BruteMailer was created for educational and research purposes and the author will not be responsible for any damage you cause using the tool
CONCLUSION
Thanks for reading,hope you enjoyed the post,you can support the creator of this tool by starring the repository and following him on Github
Comments
Post a Comment