/glogin-phishing

Google login phishing page built using Flask

Primary LanguageHTML

Glogin-phishing

Google login phishing page built using Flask

How to Run

git clone https://github.com/gokulapap/glogin-phishing

Once cloned, install the requirements pip3 install -r requirements.txt

Then run the app.py file

python3 app.py

 * Serving Flask app 'app' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

Open the http://127.0.0.1:5000 in the browser, and you can see the Google login page, just enter the credentials and you can see those credentials saved in creds.txt file

Screenshot

google-login-page