Load shellcode from memory using Golang
This is a program to run shellcode as its own process, all from memory written to defeat anti-virus detection.
Original code by brimstone mofified by JUMPSEC:
The binary can be built using this command:
To generate the shellcode you can use this command:
At the time of writing the windows/x64/meterpreter/reverse_tcp
payload was flagged by windows defender when executing (behavior analysis) but not the windows/x64/meterpreter/reverse_https
Starting the handler:
Packing the binary using UPX might help with Antivirus detection:
References
Last updated