Hello , I'd like to present you with the instructions for finding the solutions or the flag from level 0 to level 5 for the challenge entitled 'warchall - Chapter (Warchall
begins)' on the "wechall.net" website.
To access this challenge directly without wasting time, you'll find the challenge link attached. Simply log in and use an SSH client such as "cmd" or "putty" to access the challenge.
Challenge link: https://www.wechall.net/challenge/warchall/begins/index.php
Once you've connected to the remote server, the first indication is in the file ' WELCOME.md ' (in the home directory). This file contains the two directories you need to go to in order to find the solutions.
/home/level
or
/home/user/yournick/level
NB: In order to solve these challenges, it's important to master the following basic commands :
- ls: Lists files and folders in the current directory.
- cd: Change directory.
- pwd: Displays the absolute path of the current directory.
- cat: Displays the contents of a file.