Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Inspect the ext4 filesystem disk image `disk.img` and read the hidden secret file from the filesystem to recover the flag.
List files in the image with debugfs -R 'ls -l' disk.img
Look for hidden files (starting with .)
Read the file with debugfs -R 'cat .secret_flag.txt' disk.img