How to check spoofed URLs

moh

Deleted, at user's request.
Here's a javascript code to check spoofed URLs. Right click your address bar and select delete, and copy and paste the code below to your address bar and press enter.

javascript:alert("Actual URL address: " + location.protocol + "//" + location.hostname + "/");


I think something similar may have been posted here before but im not too sure, i have done a check and nothing showed up. :)
 
that's quite handy moh, i suppose its application is for when you think you are being phished?
 
Its just a java script to verify a legit website and to detect an unlegit one wheelo how effective this is i dont know but like all applications how good are they and when do they fail :cheesy grin:
 
Back
Top