File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424if [ "$(cat /run/dojo/sys/workspace/privileged)" -eq "1" ]; then
2525 cat <<END
26- You are running in practice mode! The secret you need is in /challenge/secret.
26+ You are running in Privileged mode! The secret you need is in /challenge/secret.
2727Use sudo to become root and read it out, then restart this challenge in non-
28- Practice mode to get the flag!
28+ Privileged mode to get the flag!
2929
30- You'll notice that /flag has been replaced with a Practice- specific flag, so
31- you can't just solve read out challenge flags in Practice mode.
30+ You'll notice that /flag has been replaced with a Privileged-mode specific flag, so
31+ you can't just solve read out challenge flags in Privileged mode.
3232END
3333else
3434 cat <<END
35- You are not running in Practice mode! Hopefully, you have already run this
36- challenge in Practice mode and used sudo to read /challenge/secret. If not,
37- restart this challenge in Practice mode and do so, then come back to real
35+ You are not running in Privileged mode! Hopefully, you have already run this
36+ challenge in Privileged mode and used sudo to read /challenge/secret. If not,
37+ restart this challenge in Privileged mode and do so, then come back to real
3838mode to try this again.
3939
4040END
You can’t perform that action at this time.
0 commit comments