psylvcky / hack-gmail

This is a python3 script for hacking Gmail account using Brute-force attack.

Home Page:https://dasithsv.github.io/hack-gmail/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gmail Dictionary Attack

This is a Python3 Script for hacking Gmail account using Dictionary Attack Methord. (script is written by using python 3 )

Installation

$ git clone https://github.com/d4az/hack-gmail.git

How to Run the Script ?

$ cd hack-gmail
$ python3 hack-gmail.py

screenshot

You need to have python 3 pre-installed

To check your python version, go terminal and search.

$ python3 --version

In case You Don't Have Python Pre-installed

If you have Ubuntu 16.10 or newer you can easily install python3 using the following commands.

$ sudo apt-get update
$ sudo apt-get install python3

If you are using other Linux distribution, Most probably have Python 3 pre-installed as well. If not, use your distribution’s package manager. or just read python installing guide.

$ sudo dnf install python3

Recommendations

• I recommend using Linux distro. (ubuntu,kali,Fedora,Arch,manjaro or etc).

• I usually recommend you using your own wordlist for Brute-force attract that you customized for the target. but always u can use the inbuild password list. feel free to use that list in any type attack. (pwdlist: rockyou.txt) hope this script will help you. Good luck!

About

This is a python3 script for hacking Gmail account using Brute-force attack.

https://dasithsv.github.io/hack-gmail/


Languages

Language:Python 100.0%