challenge 170
The following should work on most Linux distros, but it didn't for me on NixOS:
chmod u+x ./warm ./warm -h
So instead, just call strings
on the exectuable to search for the help text,
which contains the flag.
depot | ||
monorepo for the virus lounge | The Virus Lounge |
about summary refs log tree commit diff |
The following should work on most Linux distros, but it didn't for me on NixOS:
chmod u+x ./warm ./warm -h
So instead, just call strings
on the exectuable to search for the help text,
which contains the flag.