Recent posts

Multi Touch Gestures on Linux

less than 1 minute read

Hello, I’ve been using Linux full time on my work laptop and one thing that I really miss from the Macbook is the multi touch gestures. I often find myself ...

Nucu Car: Devlog 0x02

2 minute read

Hello, I’m still working on my NucuCar project from time to time, I’m currently at my parents home and I left the raspberry pi at my apartment so I’m only t...

Firebase REST Authentication

1 minute read

Hello, In this article I will show you how to authenticate to Firebase and secure the databases with some simple security rules. I’m using this setup for my...

Brute-forcing passwords with Hydra

less than 1 minute read

Hello, In this article you will find the solutions for the Hydra room on Try Hack Me. Link: Almost every bruteforcing or cracking task from HackTheBox/Try...

picoCTF2019 Reverse Engineering Asm

2 minute read

Hello, here’s my take on the picoCTF2019 reverse engineering asm challenges. If you don’t know assembly, please watch a few tutorials on it: asm1 –...

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