๐Ÿšฉ Pico CTF - Wave A Flag

Feb 3, 2022ยท
ยท 1 min read
Image credit: Pico CTF

Download the warm program.

cat warm;

returns Hello user! Pass me a -h to learn what I can do!-hOh, help? I actually don’t do much, but I do have this flag here:

We can already see the flag here, but we can take it a step further. Give permissions of the executable with:

chmod +x warm
./warm -h

returns the flag.