Archive · 7 entries

Go

All Entries

Neovim Go Template Formatting

This cost me some time googling and fiddling around with my config, so here is a quick setup on how to get Go’s html/template format working …

Improved validation with generics in Go

I’m currently developing a webservice in Go for a customer, where I need to write a lot of HTTP endpoints. Most of them have a very similar …

go

Serverless Go web app on AWS with SWR

I wanted to compile a binary which contains a whole Go web app and is deployed as a Lambda function to AWS. This function (or binary) should also have …

tevents: event logger and job monitor for tailnets

I wrote a tool to log events and monitor (cron) jobs in your private tailscale network. The tool is called tevents and I wrote an introduction blog …

Queueing with PostgreSQL and Go

I am a huge fan of simplicity. While writing hntr, I wanted to create a powerful but easy to use tool to handle huge amounts of recon data (asset data …

hntr, shareable workspaces for target data

In the last weeks I hacked together a tool to help me organize my (temporary) target and infrastructure data I gather during audits. All existing …

Webanalyze, utility to uncover technologies used on websites.

webanalyze is a (Go) port of wappalyzer, a browser extension to display technologies used on websites. To use this in a performant way to test …