Select Page
How To Run Shellcode With Go

How To Run Shellcode With Go

Go can be used by ethical hackers to run shellcode generated by Metasploit. That means you can use msfvenom to create shellcode that can be used by a go program to execute it. For this tutorial, I am using this project go-shellcode by brimstone on Github. First make...
How I Use Cobra For Easy Golang CLI Flags

How I Use Cobra For Easy Golang CLI Flags

An application should be easy to use. You’ve heard it before, about the legacy app that was migrated, and now the guy who managed it is no longer around. No one knows how it works. This is how I use Cobra for easy Golang cli flags for all my apps that need it....
error: