repository
0.0.0-20231014105833-65c1c1ca087f
Repository: https://github.com/kopp0ut/go-util.git
Documentation: pkg.go.dev
# README
go-util
Simple Utils that are useful for C2 frameworks and various hacker tools.
enc
enc contains encryption functions and helpers to save me writing them for every potential poc. There's a really good book on go crypto which I recommend you check out as some of the examples are from there:
https://leanpub.com/gocrypto/read#leanpub-auto-chapter-1-introduction
utc
Simple package to generate utc timestamps in the format I like, that's it. I also use this as a cli tool in my path, to easily and quickly print utc timestamps for screenshots/output.