dmdhrumilmistry / GooglePhish

Google account phishing tool written in python using django
80 stars 16 forks source link

login with other domains than @gmail.com #41

Closed zeini321 closed 8 months ago

zeini321 commented 8 months ago

Hi @dmdhrumilmistry,

I appreciate your project a lot, but I noticed that when I log in with another domain (e.g. email@domain.live) it'll submit it as email@gmail.com, also on passwd.html it replaces any domain with gmail.com.

Great work !

dmdhrumilmistry commented 8 months ago

Hi @zeini321,

I intentionally created it to accept only Gmail accounts. I'll try to update source code to accept any domain feature over the weekend.

Thanks for raising the issue and using the project.