Skip to content

A python script to brute-force GMail accounts

License

Notifications You must be signed in to change notification settings

linecom/gmail-brute-force

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmail-brute-force

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.

Python Gmail GPLv3 license Github-sponsors

Getting Started

Prerequisites

Install the command-line parser

pip install argparse

Obtain password lists

If you do not have any password lists, I recommend Daniel Miessler's SecList passwords.

Installation

git clone https://github.com/oliviagallucci/gmail-brute-force

Usage

# 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

Contributing

How to submit a pull request

  1. Clone the project
  2. Make your modifications
    • Use in-line comments to explain your modifications.
    • If your modifications are larger, please use multiple commits in your pull request.
  3. Submit a pull request. Explain your changes, why you made them, etc.

Releases

Alpha 1.0

Authors

License

This project is licensed under the General Public License version 3.0 - see the LICENSE.md file for details

Warranty

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.

About

A python script to brute-force GMail accounts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages