Yarn (55 pts)
Problem Description: I was told to use the linux strings command on yarn, but it doesn't work. Can you help? I lost the flag in the binary somewhere, and would like it back.
Writeup:
Running strings
on the executable yarn results in the following:Scrolling through the output results in no flag whatsoever. We then turn to the
strings
man page:Looking through the description, we can see that
strings
considers a string to be a character sequence that's at least 4 characters long. We also see the -n option, which allows us to change what strings
defines to be the minimum length.
Setting n to 2 and running strings again, we scroll through and find the following: