Can an AI design a CTF Challenge in Golang?

In this blog post I want to test the new ChatGPT AI and see if I can design a ctf challenge written in golang aided by the AI.
Read more →

[Gophish] Sophisticated Setup

In this article I will show how you use Gophish, Caddy and Maddy with webhook to setup a complex phishing framework situation
Read more →

[goshs] Part #4 - Eyecandy, anyone?

In this blog post I will use a third-party library called parcello to embed static files into my project. I will use different javascript libraries and a lot of css to design goshs
Read more →

[goshs] Part #3 - I can haz featurez?

In this blog post I will add a few new features to our beloved goshs. I will give the user the opportunity to upload files to the current directory. Also I will implement a self-signed certificate and tls for the webserver. Finally there will be basic authentication.
Read more →

[goshs] Part #2 - Trying to achieve code quality

In this blog post I will pickup the progress of the previous post and I will try to achieve some kind of code quality by splitting up the code and outsourcing the handler into an own “class”.
Read more →

[goshs] Part #1 - My take on SimpleHTTPServer in go

In this blog post I will describe how I replicated python’s SimpleHTTPServer functionality in go using only the standard libraries. This is a very technical post and will guide through the complete implemention of it. It is aimed at go beginners and intermediates.
Read more →