Recent posts

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 ...

Hack The Box – Travexec Write-up

less than 1 minute read

Hello, Here’s my write-up for the Traverxec machine. Initial Shell: google User Hint: Read the configuration carefully and ls dem directories, and don’t f...

HackTheBox Reversing DSYM Write-Up

less than 1 minute read

Hello, Here’s my write-up for the Reversing DSYM challenge from HackTheBox. PDF: The password for the Write-Up is the challenge’s flag. To solve it I’ve ...