Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
A script file lacks execute permission. Check its permissions, add execute permission with chmod, and then run it.
Check the file's permissions with ls -l
chmod +x adds execute permission to a file
After adding the permission, run it with ./scriptname