Module #1 Journal Entries - wAlber47/Tech-Journal GitHub Wiki
Kali VM Setup
Didn't run into any issues setting up the Kali Virtual Machine, as the videos were straightforward and very informative. Nevertheless, here are the steps followed in the video.
First, the Kali VM should be booted up and logged into using credentials found within the course home page. These have been changed to champuser/paSS12345.
Following that, we installed Chrome Remote Desktop which I've used before, however never thought to use it with VM's which seems to be a really good idea.
After that, we used Wireguard to configure a VPN connection to the 10.0.5.0/24 network. This is where our target VM's are located. The command for this was:
sudo sudo nmcli connection import type wireguard file wg0.conf
Once this was complete, the Kali machine was able to communicate with this network.