Recent posts

Basics of machine learning

43 minute read

Machine Learning is a subset of artificial intelligence that gives computers the ability to learn from and make decisions or predictions based on data.

challenge 1. May the Maze Be with You

12 minute read

Early into the challenge we adapted a DFS algorithm to find a solution path through the maze. The maze, modeled as a graph, was quickly solvable using this a...

Sifting through a pcap file

1 minute read

This writeup details my process for completing a particularly tricky Capture the Flag (CTF) challenge that required parsing a pcapg file for a hidden flag. T...