diff options
Diffstat (limited to 'CodeExecution')
-rw-r--r-- | CodeExecution/Invoke-ShellcodeMSIL.ps1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CodeExecution/Invoke-ShellcodeMSIL.ps1 b/CodeExecution/Invoke-ShellcodeMSIL.ps1 index 8b70d7c..4123d06 100644 --- a/CodeExecution/Invoke-ShellcodeMSIL.ps1 +++ b/CodeExecution/Invoke-ShellcodeMSIL.ps1 @@ -264,7 +264,4 @@ { Write-Verbose 'Shellcode executed successfully!' } -} - -$Shellcode = [Byte[]]@(0x90,0x90,0x90,0x90,0x90,0x90,0xC3) -Invoke-ShellcodeMSIL -Shellcode $Shellcode -Verbose
\ No newline at end of file +}
\ No newline at end of file |