ʕ·ᴥ·ʔ






file-run1

03/15/2022

By: Jonawhogood

Tags: rev PicoCTF-2022

Problem Description:

A program has been provided to you, what happens if you try to run it on the command line?

Hints:

Reveal Hints To run the program at all, you must make it executable (i.e. $ chmod +x run). Try running it by adding a '.' in front of the path to the file (i.e. $ ./run)

First, wget the file

wget https://artifacts.picoctf.net/c/309/run

Then, follow the hints to run the file

chmod +x run
./run

Flag: picoCTF{U51N6_Y0Ur_F1r57_F113_e5559d46}