The section System Information belongs to Linux Fundamentals module.
Download the VPN file from HTB Academy and run the following command in the same directory:
sudo openvpn academy-regular.ovpn # Make sure you have openvpn installed.
First ssh to the spawned IP address with the following command:
ssh htb-student@<ip-address> # Use password: HTB_@cademy_stdnt!
You should now be at the target's terminal prompt.
Type:
uname -m
And submit the output as answer.
Type the following command in the terminal (you can also use pwd if you did not yet changed the directory):
echo $HOME
And submit the output as answer.
Type the following command in the terminal:
echo $MAIL
Type the following command to get the shell path:
echo $SHELL
Use the uname command to get the kernel release:
uname -r
Use the ifconfig command for this:
ifconfig
then manually search for the line containing mtu 1500 or use the following command:
ifconfig | grep "mtu 1500"
The name of the interface is in the beginning of the line.
Stuck? See detailed solution video: