Skip to content

Basic File Exploit

Description

The program provided allows you to write to a file and read what you wrote from it. Try playing around with it and see if you can break it!
Connect to the program with netcat:

$ nc saturn.picoctf.net <PORT>

The program's source code with the flag redacted can be downloaded here.