From 642a3d202935cf12d97b5229e206e9c143f57537 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sat, 13 May 2023 18:29:42 +1000 Subject: [PATCH] readme: Added a ton of hints --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c1939c..ee14857 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,17 @@ This file contains the flag (proof you finished) for this challenge. After you find the flag, DM it to me on Discord or email it to me. ## Challenge 2 -There is another flag hidden somewhere in the same directory. \ No newline at end of file +There is another flag hidden somewhere in the same directory. + +### Hints +- After you find the password, you can use `ssh` to log in to the server. + - The command is `ssh @`. + - You will be prompted about the authenticity of the host. Type `yes` and press enter. (This is used to make sure you are connecting to the right server) + - You will be prompted for the password. You can type it or paste it by right clicking. +- Here are some useful commands to know + - `ls` - List files in the current directory + - `cat ` - Print the contents of a file + - `pwd` - Print the current working directory + - `cd ` - Change directory (disabled for you atm) + - `help` or `man` - Get help about a command (some commands need one or the other) + - `logout` - Log out of the server (also `Ctrl+D`) \ No newline at end of file