Setting up Pentesting Enviornment
URLs and whatnot
Setting Up Kali Linux Virtual Machine on Oracle VM VirtualBox
-
Download Kali Linux ISO:
-
Obtain the latest Kali Linux ISO from the official website: https://www.kali.org/downloads/.
Install Oracle VM VirtualBox:
- Download and install Oracle VM VirtualBox from https://www.virtualbox.org/.
Create a New Virtual Machine:
-
Open VirtualBox and click on "New" to create a new VM.
-
Name it "Kali Linux" and select "Linux" as the type and "Debian (64-bit)" as the version.
Allocate Resources:
-
Assign at least 2GB RAM (recommended 4GB for smoother performance).
-
Create a new virtual hard disk or use an existing one, allocating around 20GB.
Configure Settings:
-
Right-click on the newly created VM and select "Settings".
-
Under "System", adjust the boot order to ensure the optical drive is first.
-
Under "Storage", choose the Kali Linux ISO as the optical drive.
Start the Installation:
-
Click "Start" to boot the VM.
-
Follow the Kali Linux installation prompts.
-
Choose "Graphical Install" for an easier installation process.
Complete the Installation:
-
Set up your preferences (language, location, keyboard, etc.).
-
Create a user account and password when prompted.
-
Wait for the installation to complete.
-
Install VirtualBox Guest Additions (Optional but recommended):
-
After Kali Linux installation, select "Devices" in the VirtualBox menu.
-
Click "Insert Guest Additions CD image" and follow the instructions to install.
Reboot and Update:
-
Reboot the virtual machine to ensure all changes take effect.
-
Open a terminal and run sudo apt update && sudo apt upgrade to update Kali Linux