- Kali Linux Cookbook(Second Edition)
- Corey P. Schultz Bob Perciaccante
- 280字
- 2021-07-02 18:27:12
How to do it...
Let's begin the process of creating a bootable Kali Linux USB device:
- Starting with the Kali Linux ISO file we downloaded in the earlier recipe, installing VirtualBox, we will use Win32DiskImager (https://sourceforge.net/projects/win32diskimager/) to create a bootable USB using the ISO. Download and install Win32DiskImager.
- Once installed, launch Win32DiskImager.
In order to format the USB drive and to write the raw image, Win32DiskImager needs admin permissions to run. You will need to give permission for it to run when the user access control dialog is presented.
- Win32DiskImager will use IMG files, but we will tell it to use an ISO file as the source. From the application screen, click on the File Open button, and when presented with the File Open box, change the file filter to *.* in the lower right, and navigate to the Kali Linux ISO file.
- Select the drive letter of your USB device, and click on Write:

FW32 DiskImager example
- Once the image has been written to the USB drive, you will be able to boot from this device on machines that support the USB bootable media. In this configuration, you now have a bootable USB drive that will from which the Kali Linux operating system will boot, as if it were installed onto the local disk. Across reboots, you will lose any documents you may have created. If you choose it, you can create an additional partition on the USB drive that will be persistent, and keep files and documents you may wish to keep. The step-by-step instructions on how to extend this functionality can be found on the Kali Linux documentation wiki at http://docs.kali.org under 02. Kali Linux Live.
推薦閱讀
- 現(xiàn)代C++編程:從入門到實(shí)踐
- C語言程序設(shè)計(jì)實(shí)踐教程(第2版)
- Docker and Kubernetes for Java Developers
- ASP.NET Core 2 and Vue.js
- 編寫整潔的Python代碼(第2版)
- C#程序設(shè)計(jì)教程
- RTC程序設(shè)計(jì):實(shí)時音視頻權(quán)威指南
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- 零基礎(chǔ)學(xué)MQL:基于EA的自動化交易編程
- Drupal 8 Module Development
- ASP.NET程序設(shè)計(jì)教程
- 青少年學(xué)Python(第1冊)
- JavaScript從入門到精通(視頻實(shí)戰(zhàn)版)
- C++ System Programming Cookbook
- Keil Cx51 V7.0單片機(jī)高級語言編程與μVision2應(yīng)用實(shí)踐