2021-03-10
— 10 min read
#go
#phishing
#pentesting
In this article I will show how you use Gophish, Caddy and Maddy with webhook to setup a complex phishing framework situation
2020-10-19
— 21 min read
#go
#coding
#goshs
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
2020-10-13
— 13 min read
#go
#coding
#goshs
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.
2020-10-06
— 9 min read
#go
#coding
#goshs
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”.
2020-10-01
— 15 min read
#go
#coding
#goshs
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.
2020-09-28
— 6 min read
#rce
#os-command-injection
#xss
#cve
The Secure File Transfer Solution Qiata by Secudos suffers from two vulnerabilities. One persistent Cross-Site Scripting and one Authenticated OS Command Injection with Privilege Escalation. This post will describe the vulnerabilities in detail.
2020-07-22
— 6 min read
#rce
#path-traversal
#cve
INNEO Startup Tools has a path traversal vulnerablility in versions up to 2018 M040 (13.0.70.3804). This post will show the details of the vulnerability and how to leverage it to gain RCE.