00. PRE-REQUISITES
LEVEL 0: ESTABLISHING THE OPERATIONAL FOUNDATION
LEVEL 0: ESTABLISHING THE OPERATIONAL FOUNDATION
Master these terminal commands. They are the primary tools of any security researcher.
Never practice on your host machine. Build a safe, isolated hacking environment.
Download and install Oracle VirtualBox (Free) or VMware Workstation. This software lets you run "virtual" computers inside your main OS.
Go to kali.org and download the Kali Linux VirtualBox Image (OVA file). This pre-configured version is easiest to setup.
Double-click the OVA file to import it into VirtualBox. In settings, ensure Network is set to "Bridged Adapter" or "NAT" to get internet access within Kali.
Start the VM (Default login is usually kali/kali). Immediately open a terminal and run:
sudo apt update && sudo apt full-upgrade -y