Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
A file with a .jpg extension may actually contain plain text. Use the file command to spot files whose extension does not match their real content.
The file command determines the real format from the file's content (magic bytes)
Don't trust the extension — check every file with file
Use a wildcard like file * to check them all at once