ebadfd / hack-gmail

This is a python3 script for hacking Gmail account using Brute-force attack.
https://dasithsv.github.io/hack-gmail/
499 stars 116 forks source link

I try first with my gmail account and it says Wrong password (all its ok) i dont know why it says that if you can help me please. Thanks #13

Open g0dsito opened 3 years ago

ebadfd commented 3 years ago

yes sure please email me with your issue I will get back to you dasithsv@gmail.com

bokunodev commented 3 years ago

your library (rockyou.txt) is not a valid list of string. it contains random binary in it. also you should strip any white spaces and convert it to utf-8 without BOM. - also, you should use imap or pop3 client, instead of smtp. android gmail app uses imap.

ebadfd commented 3 years ago

huh really ? ill fix it and push a new one