WriteConsoleW
|
buffer:
Method invocation failed because [System.Security.Cryptography.AesManaged] does
console_handle:
0x00000023
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
n't contain a method named 'new'.
console_handle:
0x0000002f
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
At C:\Users\test22\AppData\Local\Temp\UCHI.ps1:8 char:54
console_handle:
0x0000003b
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ $Aes = [System.Security.Cryptography.AesManaged]::new <<<< ()
console_handle:
0x00000047
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ CategoryInfo : InvalidOperation: (new:String) [], RuntimeExcept
console_handle:
0x00000053
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
ion
console_handle:
0x0000005f
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ FullyQualifiedErrorId : MethodNotFound
console_handle:
0x0000006b
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
Property 'Key' cannot be found on this object; make sure it exists and is setta
console_handle:
0x0000008b
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
ble.
console_handle:
0x00000097
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
At C:\Users\test22\AppData\Local\Temp\UCHI.ps1:9 char:6
console_handle:
0x000000a3
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ $Aes. <<<< Key = $KeyBytes
console_handle:
0x000000af
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ CategoryInfo : InvalidOperation: (Key:String) [], RuntimeExcept
console_handle:
0x000000bb
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
ion
console_handle:
0x000000c7
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ FullyQualifiedErrorId : PropertyNotFound
console_handle:
0x000000d3
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
Property 'IV' cannot be found on this object; make sure it exists and is settab
console_handle:
0x000000f3
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
le.
console_handle:
0x000000ff
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
At C:\Users\test22\AppData\Local\Temp\UCHI.ps1:10 char:6
console_handle:
0x0000010b
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ $Aes. <<<< IV = $IV
console_handle:
0x00000117
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ CategoryInfo : InvalidOperation: (IV:String) [], RuntimeExcepti
console_handle:
0x00000123
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
on
console_handle:
0x0000012f
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ FullyQualifiedErrorId : PropertyNotFound
console_handle:
0x0000013b
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
You cannot call a method on a null-valued expression.
console_handle:
0x0000015b
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
At C:\Users\test22\AppData\Local\Temp\UCHI.ps1:11 char:34
console_handle:
0x00000167
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ $Decryptor = $Aes.CreateDecryptor <<<< ()
console_handle:
0x00000173
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ CategoryInfo : InvalidOperation: (CreateDecryptor:String) [], R
console_handle:
0x0000017f
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
untimeException
console_handle:
0x0000018b
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ FullyQualifiedErrorId : InvokeMethodOnNull
console_handle:
0x00000197
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
Exception calling "Write" with "3" argument(s): "Object reference not set to an
console_handle:
0x000001b7
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
instance of an object."
console_handle:
0x000001c3
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
At C:\Users\test22\AppData\Local\Temp\UCHI.ps1:14 char:20
console_handle:
0x000001cf
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ $CryptoStream.Write <<<< ($EncryptedBytes, 0, $EncryptedBytes.Length)
console_handle:
0x000001db
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
console_handle:
0x000001e7
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ FullyQualifiedErrorId : DotNetMethodException
console_handle:
0x000001f3
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
Exception calling "Close" with "0" argument(s): "Object reference not set to an
console_handle:
0x00000213
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
instance of an object."
console_handle:
0x0000021f
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
At C:\Users\test22\AppData\Local\Temp\UCHI.ps1:15 char:20
console_handle:
0x0000022b
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ $CryptoStream.Close <<<< ()
console_handle:
0x00000237
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
console_handle:
0x00000243
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ FullyQualifiedErrorId : DotNetMethodException
console_handle:
0x0000024f
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
Invoke-Expression : Cannot bind argument to parameter 'Command' because it is a
console_handle:
0x0000026f
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
n empty string.
console_handle:
0x0000027b
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
At C:\Users\test22\AppData\Local\Temp\UCHI.ps1:18 char:18
console_handle:
0x00000287
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ Invoke-Expression <<<< $DecodedScript
console_handle:
0x00000293
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ CategoryInfo : InvalidData: (:) [Invoke-Expression], ParameterB
console_handle:
0x0000029f
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
indingValidationException
console_handle:
0x000002ab
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAl
console_handle:
0x000002b7
|
1
|
1 |
0
|
WriteConsoleW
|
buffer:
lowed,Microsoft.PowerShell.Commands.InvokeExpressionCommand
console_handle:
0x000002c3
|
1
|
1 |
0
|