@Ziad this lecture was done from a windows machine and I have tried to install git so that I can explore the downloaded git directory (wget -r https://my lab id.web-security-academy.net/ .git/) to see the admin password. Somehow my git ubuntu 22.04 is not showing up. The git --version prints 2.41.0. How to open the locally installed git may be my issue.
The git directory is usually hidden starting with a dot (.) directory name. You have to do cd .git
to go into that directory