Skip to content

Email brute forcing tool is a simple python based Password cracking tool which is designed for dictionary attack on Email login portal.

Notifications You must be signed in to change notification settings

Cyphergaminola/CYPHERGAMINOLA1223344555

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GmailBruteforcer

Email brute forcing tool is a simple python based Password cracking tool which is designed for dictionary attack on Email login portal.

The brute-force attack is still one of the most popular password cracking methods. Nevertheless, it is not just for password cracking. Brute-force attacks can also be used to discover hidden pages and content in a web application. This attack is basically “a hit and try” until you succeed. This attack sometimes takes longer, but its success rate is higher.

The password cracker runs a program on the computer against a dictionary, and uses some basic human behavior knowledge to continually create passwords until they find a match between the encrypted value they took from you, and the value they generated in their random password file. Email brute forcing tool is a simple python based Password cracking tool which is designed for dictionary attack on Email login portal. Brute forcing email, or more specifically, SMTP, also known as the Simple Mail Transfer Protocol. It is your standard protocol for sending electronic mail.

commands:

  1. git clone https://github.com/AshuJaiswal109/GmailBruteforcer

  2. sudo chmod +x GmailBruteforcer.py

  3. sudo python GmailBruteforcer.py

Then enter the target email id then mention the path of password dictionary.

note : most of the time Gmail blocks the less secure app access. so, this GmailBruteforcer tools only works when less secure apps to access Gmail is enabled.

steps to enabling less secure apps to access Gmail -

Open your Google Admin console (admin.google.com). Click Security > Basic settings.

Under Less secure apps, select Go to settings for less secure apps.

In the subwindow, select the Enforce access to less secure apps for all users radio button.

(You can also use the Allow users to manage their access to less secure apps, but don't forget to turn on the less secure apps option in users settings then!) Click the Save button.

About

Email brute forcing tool is a simple python based Password cracking tool which is designed for dictionary attack on Email login portal.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%