Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
The project directory contains several decoy backup/temp files ending in .bak, .tmp, or ~. The real flag is hidden inside a dotfile.
Use ls -la to also show hidden dotfiles
find . -name ".*" -type f recursively finds hidden files
Pay attention to editor swap files (.swp)