Tools to have:
ssh <x500>@<machine>
We were working on a Format String problem from PicoCTF 2024.
nc gopherhack.easyctf.com 5013
The interesting part is that it does a printf(buf)
, which allows you to put whatever string you want.
To download a file, right click and copy paste the URL. Then, run:
wget -O <filename> <url>
To give yourself permission to run a binary, run:
chmod +x <file>
Tools to have:
Access the challenge at our contest site: https://gopherhack.easyctf.com/
nc gopherhack.easyctf.com 5015
How can we change the value of key
?