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....
How to Make Your First Elm App

How to Make Your First Elm App

Elm is a functional programming language. It compiles to javascript. It promises a couple things that you won’t find with javascript such as no runtime errors, helpful error messages, and reliable refactoring. We will make an Elm app based on the same structure...
error: