Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
A compressed archive (.tar.gz) in the home directory contains a file with the flag hidden inside. Extract it with tar and inspect its contents.
tar -tzf lets you list an archive's contents without extracting
Extract the archive with tar -xzf
Explore the directory that gets extracted