aboutsummaryrefslogtreecommitdiff
path: root/CodeExecution
diff options
context:
space:
mode:
Diffstat (limited to 'CodeExecution')
-rw-r--r--CodeExecution/Invoke-ShellcodeMSIL.ps15
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