You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i choose encoding options 5 then show this error when i choose another number show this error but second error code line (1264) was changed, how to solve it?
Invoke-Obfuscation\Encoding> 5
MethodInvocationException: /home/siam/redteam/Invoke-Obfuscation/Invoke-Obfuscation.ps1:1178
Line |
1178 | … $ObfCommandScriptBlock = $ExecutionContext.InvokeCommand. …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "NewScriptBlock" with "1" argument(s): "At line:1 char:503 + …
| Write($sendbyte,0,$sendbyte.Length);$stream.Flush()};$client.Close()" +
| ~ The string is missing the terminator: ". At line:1 char:503 + …
| Write($sendbyte,0,$sendbyte.Length);$stream.Flush()};$client.Close()" +
| ~ Unexpected token '" ' in expression or statement."
Out-SecureStringCommand: /home/siam/redteam/Invoke-Obfuscation/Invoke-Obfuscation.ps1:1264
Line |
1264 | … reStringCommand -ScriptBlock $ObfCommandScriptBlock -PassTh …
| ~~~~~~~~~~~~~~~~~~~~~~
| Cannot validate argument on parameter 'ScriptBlock'. The argument is null or
| empty. Provide an argument that is not null or empty, and then try the command
| again.
The text was updated successfully, but these errors were encountered:
when i choose encoding options 5 then show this error when i choose another number show this error but second error code line (1264) was changed, how to solve it?
Invoke-Obfuscation\Encoding> 5
MethodInvocationException: /home/siam/redteam/Invoke-Obfuscation/Invoke-Obfuscation.ps1:1178
Line |
1178 | … $ObfCommandScriptBlock = $ExecutionContext.InvokeCommand. …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling "NewScriptBlock" with "1" argument(s): "At line:1 char:503 + …
| Write($sendbyte,0,$sendbyte.Length);$stream.Flush()};$client.Close()" +
| ~ The string is missing the terminator: ". At line:1 char:503 + …
| Write($sendbyte,0,$sendbyte.Length);$stream.Flush()};$client.Close()" +
| ~ Unexpected token '" ' in expression or statement."
Out-SecureStringCommand: /home/siam/redteam/Invoke-Obfuscation/Invoke-Obfuscation.ps1:1264
Line |
1264 | … reStringCommand -ScriptBlock $ObfCommandScriptBlock -PassTh …
| ~~~~~~~~~~~~~~~~~~~~~~
| Cannot validate argument on parameter 'ScriptBlock'. The argument is null or
| empty. Provide an argument that is not null or empty, and then try the command
| again.
The text was updated successfully, but these errors were encountered: