NO FA Write-up (PicoCTF)
So this was a fun one. The challenge is called NO FA from PicoCTF, and the goal is pretty straightforward – find your way into an admin account that has two-factor authentication enabled. Sounds ea...
Technical writeups, notes, and thoughts from the shadows of the terminal.
So this was a fun one. The challenge is called NO FA from PicoCTF, and the goal is pretty straightforward – find your way into an admin account that has two-factor authentication enabled. Sounds ea...
Have you ever wondered how the fuck this internet works? Yeah, let me tell you, it is pretty damn complex, but we are going to break it down without the boring textbook bullshit.
Welcome to Day 3. Today, we are going to see the encapsulation and decapsulation of the TCP/IP model in action. We’ll use the exact same network topology we built on Day 1: 2 PCs and one switch in ...
Welcome back, my fellow terminal junkies. Today we are going to build a virtual router. Now, what the fuck is a router?
Welcome to Day 1 of our networking labs series. Today, we are going to explore how to construct isolated hosts (PCs), layer 2 switches, and ethernet cables entirely within the Linux kernel using vi...
Every operating system needs to know who the fuck is logged in and what they are allowed to touch. In Linux, user management is the core of security. If you screw this up, you might give a random d...
I am thinking of exploring some of the python internals and how it is engineered to better understand its working.
So I had this fucking crazy idea on my mind: building a federal Jeffrey Epstein RAG Bot. Sounds cool, right? But the very first problem is: how the hell do I get the API for this database?
So, you may have heard about the legendary meme “I USE ARCH BTW”. Why is this even a meme? Well, the reason actually hides behind the complexity of installing and setting up the operating system.
Today we are tackling one of the most classic Machine Learning algorithms out there: K-Nearest Neighbors, or KNN for short. We are going to break this down into plain English so you can actually un...
What is good hackers! Today we are diving into the complete OverTheWire Bandit wargame. We are doing a full speedrun of all 34 levels. I cranked this out in record time so you do not have to strugg...
Today we are going to fuckin crack linked list functions! Let’s get right into it.
Today we are going to explore linked lists!