Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Jul 12, 2024
1 parent da9eaa5 commit c8831cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions welcome/sensai/DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ SENSAI is an LLM that is augmented with information about the challenge, common
This means that it can be an effective help for many issues, and can help bridge knowledge gaps that might be hampering your progress!

This challenge will force you to interact with SENSAI.
SENSAI, and only SENSAI, knows the password for this level, and you must ask it to tell you.
Don't worry, it will happily give you this information; just ask!

SENSAI can be accessed through the [Help](/sensai) link in the navigation bar at the top of the page!
Access it only *after* launching the challenge.
2 changes: 2 additions & 0 deletions welcome/sensai/solve
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ chmod 000 /home/hacker/.secret-message-for-sensai
trap "rm -f /home/hacker/.secret-message-for-sensai" EXIT
echo "WHAT IS THE PASSWORD??? If you don't know it, just ask SENSAI!"
echo "Don't worry, it will happily give you the answer"
read -p "> "
if [ "$REPLY" == "$PASSWORD" ]
Expand Down

0 comments on commit c8831cb

Please sign in to comment.