Solving DoxPit Challenge

[HTB] Solving DoxPit Challange

In this write-up, I’ll walk you through the process of solving the HTB DoxPit challenge

This challenge features a mix of vulnerabilities in both a Flask app and a NextJS application through a series of methodical steps, I’ll show you how to exploit these vulnerabilities and successfully capture the flag

Let’s dive into the details!

Getting Started

The first step in tackling the DoxPit challenge was to download the provided challenge code. This code revealed two distinct folders: one for a NextJS app and the other for a Flask app.