Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Several environment variables, including some dummy credentials, are set on this system. List them with env and find the one holding the flag.
env or printenv lists all environment variables
Look for variable names containing FLAG or SECRET
Combine with grep to filter: env | grep -i flag