m0leCon beginner CTF 2021 was a beginner-friendly capture the flag competition organized by Politecnico di Torino's cybersecurity student team pwnthem0le. Mainly aimed towards Politecnico di Torino's students the competion was open to everyone to join and was held online on 3rd December 2021.
"Let's make the Web great again!"
Here at the SWF we believe in a static HTML based web, It's way better than the Web there is now.
Both the Dockerfile
and the docker-compose.yaml
files are provided to launch the server through
Docker.
Alternatively the server can be started directly through Python. Through a terrminal,
first install Flask
pip3 install Flask
then go into the app
folder and run the server
python3 -u main.py
ptm{l00k_at_Th3_he4d3rs!}
Since in the webpage there's nothing useful, by looking ath the response headers we see one called Refresh
containing an url /o1SfuSXpptIk1p8U0qISobkrYwXSILflr6ZxTsmF?p=banana
. By visiting that url we get
the flag.