Easy way to install and configure Kali Linux on VirtualBox by importing its OVA.
Change default passwords and perform initial configurations on Kali
Links:
Install VirtualBox: https://youtu.be/dq33kPlb0Yk
How to anonymize Kali with Whonix: https://youtu.be/q7_Lu2OEois
Commands and notes:
-Please use Kali only for legitimate purposes and for penetration testing only
-The default user and password for the Kali OVA are both kali
-To change the password for the users on Kali:
sudo passwd kali
sudo passwd root
-To update Kali:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
0 Comments