SkillAgentSearch skills...

GmailPasswordCracker

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.

Install / Use

/learn @sathwikdoddi/GmailPasswordCracker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars38
CategoryDevelopment
Updated1mo ago
Forks9

Languages

Python

Security Score

75/100

Audited on Feb 19, 2026

No findings