- Kali Linux Web Penetration Testing Cookbook
- Gilberto Nájera Gutiérrez
- 271字
- 2021-07-16 12:53:44
Installing VirtualBox
This is the first of the four recipes that will help us to get a virtual laboratory up and running to practice our penetration tests. We will use a VirtualBox to run the virtual machines in such a laboratory. In this recipe, we will see how to install VirtualBox and get it working.
Getting ready
Before we install anything in Kali Linux, we must make sure that we have the latest version of package lists:
apt-get update
How to do it...
- Our first step is the actual installation of VirtualBox:
apt-get install virtualbox
- After the installation finishes, we will find VirtualBox in the menu by navigating to Applications | Usual applications | Accessories | VirtualBox. Alternatively, we can call it from a terminal:
virtualbox
Now, we have VirtualBox running and we are ready to set up the virtual machines to make our own testing laboratory.
How it works...
VirtualBox will allow us to run multiple machines inside our Kali Linux computer through virtualization. With this, we can mount a full laboratory with different computers using different operating systems and run them in parallel as far as the memory resources and processing power of our Kali host allow us to.
There's more...
The VirtualBox Extension Pack gives the VirtualBox's virtual machine extra features, such as USB 2.0/3.0 support and Remote Desktop capabilities. It can be downloaded from https://www.virtualbox.org/wiki/Downloads. After it is downloaded, just double click on it and VirtualBox will do the rest.
See also
There are some other virtualization options out there. If you don't feel comfortable using VirtualBox, you may want to try:
- VMware Player/Workstation
- Qemu
- Xen
- KVM
- Implementing Modern DevOps
- Python 3.7網(wǎng)絡(luò)爬蟲快速入門
- LabVIEW 2018 虛擬儀器程序設(shè)計
- 深入理解Django:框架內(nèi)幕與實現(xiàn)原理
- C語言程序設(shè)計實踐教程
- 軟件測試實用教程
- Web性能實戰(zhàn)
- 區(qū)塊鏈項目開發(fā)指南
- 大數(shù)據(jù)時代的企業(yè)升級之道(全3冊)
- Practical Predictive Analytics
- 劍指大數(shù)據(jù):企業(yè)級電商數(shù)據(jù)倉庫項目實戰(zhàn)(精華版)
- Java面向?qū)ο蟪绦蛟O(shè)計(第3版)
- Learning ArcGIS Geodatabases
- Python深度學習實戰(zhàn):基于TensorFlow和Keras的聊天機器人以及人臉、物體和語音識別
- ROS機器人編程實踐