FINDING SPOOF WEBSITES
by Mohan[ Edit ] 2012-09-20 12:21:38
<font color=#0000B3>
FINDING SPOOF WEBSITES
here are times when you are not sure that the website that you are visiting is authentic. Use this code whenever in doubt :-
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.");
</font>