Skip to content

Commit

Permalink
update the grep string to avoid timestamps matching
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Mar 4, 2024
1 parent e276678 commit 2f262a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcome/practice/solve
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cat <<END | while read LINE; do echo "$LINE"; sleep 0.1; done
⠀⠀⠀⠀⠀⠀⠻⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
END

if stat /bin/sudo | grep -q Access.*4755
if stat /bin/sudo | grep -q Access...4755
then
cat <<END
You are running in practice mode! The secret you need is in /challenge/secret.
Expand Down

0 comments on commit 2f262a7

Please sign in to comment.