Skip to content

Python script that can crack any of your friends email passwords. This is for recreational purposes only and should not be used for malicious purposes.

Notifications You must be signed in to change notification settings

sathwikdoddi/GmailPasswordCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GMAIL PASSWORD CRACKER

This project has two files, cracker.py, which cracks passwords, and passwords.txt, which contains passwords. Ask the person who's password you are trying to crack to enter a bunch of passwords to passwords.txt. Run the cracker.py script and do what it asks and the password should be cracked.

Requirements

Python

smtplib:

$ pip install smtplib

termcolor:

$ pip install termcolor

Useage

Run the following commands: On Mac:

python3 /path/to/file

On Windows:

py C:\path\to\file

Issue

Gmail has a security block that prevents scripts and code to login in emails or try to get passwords. In order to fix this, navigate to "https://myaccount.google.com/u/0/?hl=en", and go to Security. Scroll towards the bottom and at Less secure app access, enable the feature. Google does not recommend this but this is perfectly safe as long as the passwords.txt file and your friends email do not get passed around everywhere.

About

Python script that can crack any of your friends email passwords. This is for recreational purposes only and should not be used for malicious purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages