Lab: Information disclosure in version control history (Windows, wsl.exe and git) — Video Solution
Apr 17, 2024
This was my attempt to solve a lab from Web Security Academy by Port Swigger that involves exploiting the information disclosure of version control history. There are already a few community solutions, but I wanted to try solving the lab only on a Windows machine and only with the git command line without using a form of Git GUI tools.
Windows 11 supports Windows Subsystem for Linux (WSL) which means that I can make use of Linux OS within a Windows machine without the need to have an additional separate Linux machine or spin up a Linux VM myself.