๐งช Setting Up a Penetration Testing Lab using VirtualBox + Kali Linux
๐ก๏ธ A penetration testing lab is a safe, isolated environment for ethical hackers to learn and test exploits without any risk to real networks or legal issues. ๐ฅ๏ธ Step 1: Choose a Virtualization Platform Tool of Choice: Oracle VirtualBox โ Free & open-source ๐ก Works on Windows, Linux, macOS ๐ Alternatives: VMware Workstation, Hyper-V, KVM ๐ฆ Step 2: Download Required ISO / VM Files VM Role OS/Tool Download Link Attacker Kali Linux (Latest) kali.org Target (Vuln) Metasploitable 2 SourceForge ๐งฐ Step 3: Install Kali Linux (Attacker Machine) Open VirtualBox โ New VM โ Name: Kali Linux Type: Linux, Version: Debian (64-bit) Assign: RAM: 2 GB minimum Disk: 20 GB (Dynamically Allocated) Mount Kali ISO and boot. Follow GUI installation: Create user Choose mirror (optional) Partition and install After boot, update system: sudo apt update && sudo apt upgrade -y Install basic tools: sudo apt install net-tools curl vim git proxychains nmap ๐ฏ Step 4: Import Metasploitable 2 (Target Machine) Download .ova โ VirtualBox โ File โ Import Appliance ...