Recent posts

Firebase Rest on Raspberry Pi

1 minute read

I’ve tried to use Google’s Firebase with the Firebase Admin SDK in my C# project. The good news is that the Admin SDK is easy to use and all you need to do i...

picoCTF 2019 Reverse Engineering Vault Doors

3 minute read

I’m always late to the party but here’s my solutions to the PicoCTF2019 Vault Doors challenges from the reverse engineering section. I did it this mainly to ...

Nucu Car: Devlog 0x01

1 minute read

Hello everyone, A while ago I started working on a pet project called NucuCar. It’s a platform written in .NET for the Raspberry Pi in which I’m trying to i...

PicoCTF 2019: whats-the-difference (Points 200)

less than 1 minute read

Can you spot the difference? kitters cattos. They are also available at /problems/whats-the-difference… on the shell server In order to easily solve thi...

Bypassing ptrace calls with LD_PRELOAD on Linux

1 minute read

Hello, Here’s a quick article on how to bypass calls to ptrace when debugging a Linux executable. By calling ptrace with the PTRACE_TRACEME option, a proce...

Hack The Box – Reversing: Debug Me Hints

less than 1 minute read

Hello, Here are some hints for solving the Debug Me challenge on HackThebox: Use a good debugger like x64dbg Use an anti-anti-debugging plugin like Sc...

Coding Playlist

less than 1 minute read

Whenever I have to concentrate on some programming task I listen to the following playlist, it gets me going and puts me into a pleasant mood. 🙂

Hack The Box – Bitlab

3 minute read

Hello, Here’s how I’ve solved the Bitlab machine on Hack The Box. Gitlab Access As usual we start of with a nmap scan: root@kali:~# nmap -p- -sV 10.10.10...

Ditching Apache2 for Nginx

3 minute read

Hello, I wanted to self host my WordPress blog and for that I’ve chosen a hosting provider which I no longer recommend.. Because I’m lazy and I don’t know ...