PicoCTF2018 - Miscellaneous - environ
Objective:
Sometimes you have to configure environment variables before executing a program. Can you find the flag we've hidden in an environment variable on the shell server?
Solution:
So let's just print out the enviroment variables and see what we see
oh, the flag is literally the first output
@pico-2018-shell:/problems/grep-2_0_783d3e2c8ea2ebd3799ca6a5d28fc742/files$ printenv
Objective:
Sometimes you have to configure environment variables before executing a program. Can you find the flag we've hidden in an environment variable on the shell server?
Solution:
So let's just print out the enviroment variables and see what we see
oh, the flag is literally the first output
Comments
Post a Comment