A Python script to brute-force GMail accounts with a target email address, a password list, and a wait duration between login attempts. The waiting period is necessary because you will be flagged by GMail otherwise.
Install the command-line parser
pip install argparse
If you do not have any password lists, I recommend Daniel Miessler's SecList passwords.
git clone https://github.com/oliviagallucci/gmail-brute-force
# navigate to the program on the machine
cd /filepath/gmail-brute-force/
# python3 gmail-brute-force.py target_email password_list_file wait_seconds
python3 gmail-brute-force.py target@gmail.com password_list.txt 3
- Clone the project
- Make your modifications
- Use in-line comments to explain your modifications.
- If your modifications are larger, please use multiple commits in your pull request.
- Submit a pull request. Explain your changes, why you made them, etc.
Alpha 1.0
- Olivia Gallucci - code author
- See also the list of contributors who participated in this project.
This project is licensed under the General Public License version 3.0 - see the LICENSE.md file for details
The author of this tool offers no warranty or guarantee for its performance, reliability, or suitability for any particular purpose.
The tool is provided "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.
Use of this tool is entirely at the user's own risk. The author does not accept any liability for any loss, damage or expense incurred by the user or any third party resulting from the use of this tool, whether direct or indirect.
Furthermore, the author expressly disclaims any responsibility or liability for the accuracy, content, or availability of information found through the use of this tool, or for any harm caused by viruses, malware, or other harmful components that may be introduced into your system as a result of using this tool.
By using this tool, the user acknowledges that they have read this warranty statement and agree to assume all risks associated with its use.