Ctf-Screenshotter is a CTF web challenge about making screenshots. It is inspired by a bug found in real life. The challenge was created by @LiveOverflow for https://cscg.de/.
Watch the video writeup here: https://www.youtube.com/watch?v=FCjMoPpOPYI
Run The Challenge
To run the challenge you have to install docker-compose
:
docker-compose up
Once the servicses are running, you should be able to access http://127.0.0.1:5000.
The DO_NOT_ACCESS
folder contains the solution when you checkout the solution
branch with git checkout solution
.
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…
Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…