This page contains a script to fix a number of issues in the current version, and also to deploy some additional tools into a new instance in an automated fashion.
apt-get update
apt-get upgrade -y
#Fix issue in the the Harveter
pip3 install aiohttp --upgrade
#getpspy scripts
mkdir ~/pspy
cd ~/pspy
wget https://github.com/DominicBreuker/pspy/releases/download/v1.2.0/pspy32
wget https://github.com/DominicBreuker/pspy/releases/download/v1.2.0/pspy64
I am a big fan of VM’s, but not such a fan of the tools used to connect to them in most instances.
Hyper-V, vSphere remote console, VMWare player, they all feel clunky, have inconsistent features and lack some of the basics I really enjoy from modern RDP.
Kali does not have this out of the box, so lets see if we can enable it.
Take a fresh kali install, and lets open a terminal: