# Week 20 - Google Phishing Page

## Two-Part Google Phishing Page

This week’s web hacking post goes out to my fellow emulated criminals interested in phishing for Google credentials:\
&#x20;\
I created a GitHub repo that allows you to quickly spin up a fake two-part Google login, link is in the comments. All you need is a web server that supports PHP and 4 simple commands.

<https://github.com/jakedmurphy1/GooglePhishing>\
&#x20;\
You can customize the username page to contain whatever domain you’d like (just edit the JavaScript on line 21 of index.html) and have it up-and-running in just a few minutes.\
&#x20;\
Extra Tip: You can watch the creds.txt file live as passwords start coming in, just run the following command on your server:\
&#x20;\
`tail -f /opt/GooglePhishing/creds.txt | while read line; do echo $line; sleep 3; done`\
&#x20;\
This command will display the contents of the creds.txt file, updating every 3 seconds. If you like bash/linux tips follow my friend and colleague [James Stahl](https://www.linkedin.com/in/ACoAAByk2G0BJ66KwiDflfbL6-nWTHuFyy9Lz1U) for his weekly series.

![](https://3053998085-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxZo6Sim2dDXChJQAtNXN%2Fuploads%2Fzakz6iDpEOPNpj3R76Us%2Fimage.png?alt=media\&token=73c691de-8255-4095-9621-e78fbf2a74a1)
