Recent posts

Quick Programming Tip: The Silver Searcher

less than 1 minute read

The Silver Searcher is a code searching tool, it searches your entire code base in a very fast and efficient manner and it supports regex. I often use it whe...

Root-Me: ExploitMe – Basic Buffer Overflow

2 minute read

Hello, In this article I present you the solution to nice and short cracking challenge from Root-Me. After opening it up in Ghidra, I saw that the challenge...

Root Me: ELF-CrackPass with Ghidra

8 minute read

Hello! I’ve been playing recently a bit with Ghidra, which is a reverse engineering tool that was recently open sourced by the NSA. The official website des...

Setting up a simple DNS server

1 minute read

Right after I’ve configured the FTP server, I wanted to be able to “name” my server and so I’ve installed a lightweight DNS server. (context: previous articl...

My Homelab Journey: Introduction

3 minute read

Hello everyone! After following the /r/homelab reddit for a while I’ve decided to give it a try and make myself my own homelab environment. I don’t have acc...

Installing MIASM on macOS

2 minute read

I’ve been reading the MIASM.re blog recently and I wanted to give miasm a try. The scope of this article is to provide guidance on how to build miasm on macO...