Skip to content

Commit 2a66e14

Browse files
committed
privileged mode - update chal text
1 parent 91d99a4 commit 2a66e14

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

welcome/practice/solve

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ END
2323

2424
if [ "$(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.
2727
Use 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.
3232
END
3333
else
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
3838
mode to try this again.
3939

4040
END

0 commit comments

Comments
 (0)