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