Skip to content

Instantly share code, notes, and snippets.

@Danielkaas94
Created April 17, 2018 18:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Danielkaas94/b202e66ed4ae4abe6e331b88c7557294 to your computer and use it in GitHub Desktop.
Save Danielkaas94/b202e66ed4ae4abe6e331b88c7557294 to your computer and use it in GitHub Desktop.
Finding Spoofed Websites
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.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment