-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Google Phishing
Haoxi Tan edited this page Jan 9, 2020
·
2 revisions
-
Objective: Phish gmail credentials
-
Authors: floyd
-
Browsers: Chrome
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();
});
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK