dmdhrumilmistry / GooglePhish

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

Doing actual logins (enhancement) #35

Open trueToastedCode opened 11 months ago

trueToastedCode commented 11 months ago

What's the point of collection someone's Google login data like this.... especially since Google has 2fa for everyone.

I understand there is https://github.com/kgretzky/evilginx2 but it has to be hosted in a VPS, while security researchers could use this a lot easier.

dmdhrumilmistry commented 11 months ago

Hi @trueToastedCode,

GooglePhish was initially started as one of my weekend project to understand web technology. Back then I was more focused on learning the tech stack so didn't care about sessions.

I'll add it to my TODOs list for this project. Before that, I need to find better way to capture user session.

jimblonde100 commented 1 month ago

i m just learning here.... how do i update the Env File template? any commands to do in terminal ?

dmdhrumilmistry commented 1 month ago

i m just learning here.... how do i update the Env File template? any commands to do in terminal ?

Hi @jimblonde100,

Let's track this in another issue: https://github.com/dmdhrumilmistry/GooglePhish/issues/54