Blog

HTB Expressway Writeup

Sep 26, 2025 • hackthebox, walkthrough, writeup

## Nmap A full TCP and UDP scan was run: ``` nmap -sC -sV -p- expressway.htb -oA expressway-fulltcp ``` Key results: ``` PORT STATE SERVICE VERSION 22/tcp open …

Read more →

HTB Artificial Writeup

Sep 20, 2025 • hackthebox, walkthrough, writeup

## Nmap ```bash # Nmap 7.94SVN scan initiated Fri Sep 19 12:00:34 2025 as: nmap -sC -sV -oA initial.txt artificial.htb Nmap scan report for artificial.htb (10.1…

Read more →

Building My Homelab Part One

Sep 05, 2025

I finally started building out a homelab of my own. It is something I have wanted to do for a while to learn more about networking, security, and servers. This …

Read more →