Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code to check spoofed URLs.
08-07-2009, 12:57 PM
Post: #1
Code to check spoofed URLs.
I posted this several years back at TSG. But might come in handy for some.

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.

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

Unanswered threads for 4 days will no longer be Helped

My help is free, however, if you wish to make a small donation to show appreciation and to help me continue the fight against Malware, then click here [Image: paypal.gif]
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
09-07-2009, 11:34 AM
Post: #2
 
Oooh very nice and thankfully this isnt a spoofed url Smile

- Techmonkey
================
Enterprise Business IT Support | SME IT Support | Home Support Available
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: