/gocat

a crude netcat implementation

Primary LanguageGoMIT LicenseMIT

gocat

This is a very simple re-implementation of netcat in go. It lacks most of the features netcat offers. I made this mostly to teach myself new things about go and reverse shells.

Inspiration from Hacking With Go and Black Hat Python.

This is a work in progress and still a bit of a mess.