Web Hacking 101: Solving the TryHackMe Pickle Rick “Capture The Flag” Challenge

The Pickle Rick CTF (capture the flag) challenge requires basic webhacking techniques including: The theme of the challenge is Rick and Morty, the animated tv show. The silly premise of this box is that we need to find the three hidden ingredients that Rick needs to change himself from a pickle back to a human. … Read more

Python Library Hijacking – A Simple Demonstration on NumPy

In this blog post, I’ll show you how recreated a Python library hijacking vulnerability on my home network. The Wonderland box on TryHackMe was the inspiration for exploring this kind of vulnerability. In my previous Wonderland walkthrough blog post, I highlighted an example of exploiting the ‘random’ module to switch users without knowing their password. … Read more