Giter Club home page Giter Club logo

hack-gmail's Introduction

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!

hack-gmail's People

Contributors

abhisheknayak-programer avatar obitorasu avatar z9fr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hack-gmail's Issues

Not working on current password

I try it for my own Gmail. it's just pass the current password. So I do a few debug it's through an error on the terminal.

Screenshot from 2021-03-02 09-59-02

not highlighting the correct password also

my password is correct but this tool is not able to highlight that password, and i'm getting a message on my gmail of sign in attempt, it needs to be updated, soon please

File not found

When trying to use my own password list the program gives me this output:

Traceback (most recent call last):
File "/home/kali/hack-gmail/hack-gmail.py", line 40, in
passswfile = open(passswfile, "r")
FileNotFoundError: [Errno 2] No such file or directory: '/home/kali/hack-gmail/passlist.txt'

Not sure why it does this even though the fils IS in the right spot

Doesn't ask for target

I did everything according to the instructions and when I run hack-gmail.py it directly asks for the password list and then says that user was not defined

This attack is wrong lol

For one, this is for accounts that have allow insecure logins enabled. For two, this rate limits you at 40.

connection keep closing

Name The File Path (For Password List) => /home/kali/hack-gmail/rockyou.txt
Traceback (most recent call last):
File "hack-gmail.py", line 44, in
smtpserver.login(user, password)
File "/usr/lib/python3.8/smtplib.py", line 723, in login
(code, resp) = self.auth(
File "/usr/lib/python3.8/smtplib.py", line 635, in auth
(code, resp) = self.docmd("AUTH", mechanism + " " + response)
File "/usr/lib/python3.8/smtplib.py", line 425, in docmd
return self.getreply()
File "/usr/lib/python3.8/smtplib.py", line 398, in getreply
raise SMTPServerDisconnected("Connection unexpectedly closed")
smtplib.SMTPServerDisconnected: Connection unexpectedly closed

connection failing

Name The File Path (For Password List) => /home/kali/hack-gmail/rockyou.txt
Traceback (most recent call last):
File "hack-gmail.py", line 44, in
smtpserver.login(user, password)
File "/usr/lib/python3.8/smtplib.py", line 723, in login
(code, resp) = self.auth(
File "/usr/lib/python3.8/smtplib.py", line 635, in auth
(code, resp) = self.docmd("AUTH", mechanism + " " + response)
File "/usr/lib/python3.8/smtplib.py", line 425, in docmd
return self.getreply()
File "/usr/lib/python3.8/smtplib.py", line 398, in getreply
raise SMTPServerDisconnected("Connection unexpectedly closed")
smtplib.SMTPServerDisconnected: Connection unexpectedly closed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.