Sunday, August 8, 2010

java script to check spoofed website

javascript:alert("The actual URL is:\t\t" + location.protocol + "//" 
+ location.hostname + "/" + "\nThe address URL is:\t\t"
+ location.href + "\n" + "\nIf the server names do not match, 
this may be a spoof.");

No comments:

Post a Comment