- Kali linux portable usb
- What You’ll Need
- Kali Linux Live USB Install Procedure
- Creating a Bootable Kali USB Drive on Linux (DD)
- Creating a Bootable Kali USB Drive on Linux (DD with status)
- Creating a Bootable Kali USB Drive on Linux (Etcher)
- Kali linux portable usb
- What You’ll Need
- Creating a Bootable Kali USB Drive on Windows (Etcher)
- Creating a Bootable Kali USB Drive on Windows (Rufus)
- Booting A USB Drive In Windows
- Как установить Kali Linux 2020.1 на флешку? Live USB с Kali
Kali linux portable usb
Our favourite way, and the fastest method, for getting up and running with Kali Linux is to run it “live” from a USB drive. This method has several advantages:
- It’s non-destructive — it makes no changes to the host system’s hard drive or installed OS, and to go back to normal operations, you simply remove the “Kali Live” USB drive and restart the system.
- It’s portable — you can carry Kali Linux in your pocket and have it running in minutes on an available system
- It’s customizable — you can roll your own custom Kali Linux ISO image and put it onto a USB drive using the same procedures
- It’s potentially persistent — with a bit of extra effort, you can configure your Kali Linux “live” USB drive to have persistent storage, so the data you collect is saved across reboots
In order to do this, we first need to create a bootable USB drive which has been set up from an ISO image of Kali Linux.
What You’ll Need
A verified copy of the appropriate ISO image of the latest Kali build image for the system you’ll be running it on: see the details on downloading official Kali Linux images.
If you’re running under Linux, you can use the dd command, which is pre-installed, or use Etcher.
A USB thumb drive, 4GB or larger. (Systems with a direct SD card slot can use an SD card with similar capacity. The procedure is identical.)
Kali Linux Live USB Install Procedure
The specifics of this procedure will vary depending on whether you’re doing it on a Windows, Linux, or macOS/OS X system.
Creating a Bootable Kali USB Drive on Linux (DD)
Creating a bootable Kali Linux USB drive in a Linux environment is easy. Once you’ve downloaded and verified your Kali ISO file, you can use the dd command to copy it over to your USB drive using the following procedure. Note that you’ll need to be running as root, or to execute the dd command with sudo. The following example assumes a Linux Mint 17.1 desktop — depending on the distro you’re using, a few specifics may vary slightly, but the general idea should be very similar. If you would prefer to use Etcher, then follow the same directions as a Windows user. Note that the USB drive will have a path similar to /dev/sdb.
WARNING: Although the process of imaging Kali Linux onto a USB drive is very easy, you can just as easily overwrite a disk drive you didn’t intend to with dd if you do not understand what you are doing, or if you specify an incorrect output path. Double-check what you’re doing before you do it, it’ll be too late afterwards.
Consider yourself warned.
- First, you’ll need to identify the device path to use to write the image to your USB drive. Without the USB drive inserted into a port, execute the command sudo fdisk -l at a command prompt in a terminal window (if you don’t use elevated privileges with fdisk, you won’t get any output). You’ll get output that will look something (not exactly) like this, showing a single drive — “/dev/sda” — containing three partitions (/dev/sda1, /dev/sda2, and /dev/sda5):
2. Now, plug your USB drive into an available USB port on your system, and run the same command, “sudo fdisk -l” a second time. Now, the output will look something (again, not exactly) like this, showing an additional device which wasn’t there previously, in this example “/dev/sdb”, a 16GB USB drive:
3. Proceed to (carefully!) image the Kali ISO file on the USB device. The example command below assumes that the ISO image you’re writing is named “kali-linux-2021.3-live-amd64.iso” and is in your current working directory. The blocksize parameter can be increased, and while it may speed up the operation of the dd command, it can occasionally produce unbootable USB drives, depending on your system and a lot of different factors. The recommended value, “bs=4M”, is conservative and reliable.
Imaging the USB drive can take a good amount of time, over ten minutes or more is not unusual, as the sample output below shows. Be patient!
The dd command provides no feedback until it’s completed, but if your drive has an access indicator, you’ll probably see it flickering from time to time. The time to dd the image across will depend on the speed of the system used, USB drive itself, and USB port it’s inserted into. Once dd has finished imaging the drive, it will output something that looks like this:
That’s it, really!
Creating a Bootable Kali USB Drive on Linux (DD with status)
Alternatively there are a few other options available for imaging.
The first option is dd with a status indicator. This is only available on newer systems however. To do this, we simply add the status flag.
Another option is to use pv . We can also use the size flag here to get an approximate timer. Change the size depending on the image being used.
Creating a Bootable Kali USB Drive on Linux (Etcher)
Download and run Etcher.
Choose the Kali Linux ISO file to be imaged with “select image” and verify that the USB drive to be overwritten is the correct one. Click the “Flash!” button once ready.
3. Once Etcher alerts you that the image has been flashed, you can safely remove the USB drive.
You can now boot into a Kali Live / Installer environment using the USB device.
Updated on: 2021-Sep-27
Author: g0tmi1k
Источник
Kali linux portable usb
One of the fastest method, for getting up and running with Kali Linux is to run it “live” from a USB drive. This method has several advantages:
- It’s non-destructive — it makes no changes to the host system’s hard drive or installed OS, and to go back to normal operations, you simply remove the Kali Live USB drive and restart the system
- It’s portable — you can carry Kali Linux in your pocket and have it running in minutes on an available system
- It’s customizable — you can roll your own custom Kali Linux ISO image and put it onto a USB drive using the same procedures
- It’s potentially persistent — with a bit of extra effort, you can configure your Kali Linux “live” USB drive to have persistent storage, so the data you collect is saved across reboots
In order to do this, we first need to create a bootable USB drive which has been set up from an ISO image of Kali Linux.
The specifics of this procedure will vary depending on whether you’re doing it on a Linux, macOS/OS X, or Windows system.
What You’ll Need
A verified copy of the appropriate ISO image of the latest Kali build image for the system you’ll be running it on.
If you’re running under Windows, there is not one tool that is considered the overall best for imaging. We recommend Etcher (installer or portable) as it is simpler to use, however Rufus is another popular option with its advance options. If one does not work for you, consider the other.
A USB drive, 8GB or larger (Systems with a direct SD card slot can use an SD card with similar capacity. The procedure is identical.)
Creating a Bootable Kali USB Drive on Windows (Etcher)
Plug your USB drive into an available USB port on your Windows PC, note which drive designator (e.g. “ G:\ «) it uses once it mounts, and launch Etcher.
Press Flash from file, and locate the Kali Linux ISO file to be imaged with.
Press Select target and check the list of options for the USB drive (e.g. “ G:\ ”, the manufacture and size).
Click the Flash! button once ready.
Note: You may get a UAC prompt asking for administrator privileges that you will need to accept.
5. Once Etcher alerts you that the image has been flashed, you can safely remove the USB drive and proceed to boot into Kali with it.
At the time of writing, Etcher will use MBR. This is to allow for the most hardware compatibility.
Creating a Bootable Kali USB Drive on Windows (Rufus)
Plug your USB drive into an available USB port on your Windows PC, note which drive designator (e.g. “ G:\ «) it uses once it mounts, and launch Rufus.
With Device, check the dropdown list of options for the USB drive (e.g. “ G:\ ” and size).
Boot section needs to point to point to the Kali Linux ISO file, which can be done by clicking the SELECT button
Depending on your configuration, you can set the Partition scheme, as well as Target system. If you are not sure, leave it as the default values.
Click the START button once ready.
6. You may get a prompt saying about ISOHybird image. Selecting ISO image, will allow you to edit the files from the Kali Linux ISO, but at the potential lose of hardware compatibility. As a result, we recommend selecting DD Image.
Note: If you select “DD Image” option, you can create another partition on the USB drive, allowing you to use the rest of the space. Start -> Run (Windows + R) -> diskmgmt.msc -> Locate the USB drive -> Right-click in “Unallocated” -> New Simple Volume -> Follow the rest of the wizard with next, next, next…
Booting A USB Drive In Windows
Depending on the system (such as BIOS or UEFI), as well as the version of Windows, and how they are each configured, you may need to re-image the USB drive.
- Master Boot Record (MBR) is often used on legacy systems that use BIOS as well as UEFI which has Compatibility Support Module (CSM) enabled
- GUID Partition Table (GPT) is required where UEFI has CSM disabled, forcing to use the modern standard
After writing the image to the USB drive, reboot Windows with the USB inserted. Depending on the motherboard manufacture, will also depend on the next stage. Some motherboard’s support a “temporary” boot menu, allowing for a one off selection. Others you need to enter BIOS/UEFI to configure it to try and boot from USB first. Entering either location, also depends on the motherboard. You can look up on the manufactures website and read the manual, try and read the screen when booting (however the text may be shown too quick or full logos used), or try common key combinations (such as ESC , F1 , F2 , F3 , F4 , F8 , F10 , F11 , F12 or DEL ).
Updated on: 2021-Sep-27
Author: g0tmi1k
Источник
Как установить Kali Linux 2020.1 на флешку? Live USB с Kali
Zip File, мамкины хацкеры. Сегодня я расскажу вам, как быстро записать загрузочную LiveUSB флешку с самой популярной хакерской операционной системой Kali Linux 2020. Помните, как в популярном сериале Mr. Robot, Элиот сжигал плашки оперативки в микроволновке и просверливал жёсткие диски, дабы избавить от улик? Последнего можно было бы избежать, если бы наш герой использовал для своих тёмных дел подобную флешку. Запускаясь с неё вы добавляете несколько очков к своей анонимности.
Во-первых, за счёт того, что она отлично работает на абсолютно любом компьютере, вы не привязываетесь к одной машине и конкретному железу. А во-вторых, в случае возникновения щекотливой ситуации, её очень легко уничтожить.
А вместе с ней и все имеющиеся внутри опасные скрипты, словари, данные о взломах и прочие компрометирующие вас вещи. Крутяк, да? Надеюсь, вы осознаёте всю прелесть такого вот ценного инструмента в вашем хакерском арсенале. Давайте же скорее его изготовим.
Шаг 1. Заходим на сайт kali.org и в разделе «Download» выбираем пункт «Download Kali Linux».
Шаг 2. На открывшейся страницы ищем 64-Bit’ный Live-образ и скачиваем его на компьютер.
Шаг 3. Пока идёт загрузка, открываем новую вкладку и заходим на официальный сайт утилиты Rufus. В рамках основного контента канала и в рамках обучающих курсов я уже показывал, как записывать флешки и через UltraISO, и через DiskImager. Сегодня настал черёд руфуса. Скачиваем Portable-версию.
Шаг 4. И открыв экзешник отказываемся от проверки обновлений.
Шаг 5. Нас встречает главное, оно же единственное окно программы. В пункте «Устройство» выбираем нужную флешку, затем указываем путь к загруженному ранее ISO-образу. Ниже выделяем пространство под раздел персистэнс. Это то место, которое будет выделено для сохранения настроек системы, скачанных словарей, скриптов и прочих пользовательских данных. Я в демонстрационных целях для ускорения записи укажу гиг, но вы смело можете выделять на всю котлету. На этом с настройками всё. Жмём «Старт».
Шаг 6. Соглашаемся с докачкой доп. файлов для корректной записи.
Шаг 7. И подтверждаем форматирование всех имеющихся данных на флешке.
Шаг 8. Запись пошла. В зависимости от объёма Persistence-раздела она может продлиться от пары-тройки минут до нескольких часов.
Шаг 9. После завершения процедуры, жмём «Закрыть».
Шаг 10. И перезагружаем компьютер.
Шаг 11. Для проверки нам потребуется выставить загрузку в BIOSе с USB-накопителя, либо просто подобрать горячую клавишу для вызова BOOT-MENU. На всех компьютерах она различается. Бывает «F10», «F12» и даже «Esc». На Маках вообще нужно зажать «OPTION» во время загрузки.
Шаг 12. В открывшемся списке выбираем пункт Live USB Persistence. Если оставить по умолчанию, то загрузится система без возможности сохранения настроек. Т.е. после ребута все ваши данные пропадут. Иногда такой режим тоже бывает полезен, но для повседневных задач гораздо удобнее «персик».
Шаг 13. Чутка ждём. И наконец видим рабочий стол нашей безопасной ОСи.
Дальше, я бы сразу рекомендовал вам обновить текущий список пакетов и настроить Root-права. По данной теме у меня есть отдельный ролик. Ссылочка на него обязательно будет в описании и в финальной заставке он тоже появится.
Если в дальнейшем вам вдруг понадобится отформатировать флешку для нормальной работы в ОС Windows на этот случай я тоже записал пошаговый материал. Соответствующий линк прилагается.
Говоря откровенно, сам я лично редко использую подобный вариант с Live USB для работы. Всё-таки виртуальные машины для решения повседневных задач гораздо удобней, хотя и не так безопасно.
Однако, беря в расчёт тот факт, что я ничего противозаконного в сети не делаю, такой параноидальной безопасностью можно и слегка пренебречь. Друзья, если вам интересна тема виртуальных машин.
Вы хотите научиться строить собственные сети, разворачивать полигоны, администрировать сервера на Windows и на Linux, то обязательно обратите внимание на мои обучающие курсы по данным темам.
>>>КЛИКНИТЕ, ЧТОБЫ УЗНАТЬ ПОДРОБНОСТИ
Изучив их, вы реально поднимите уровень своих навыков на новую планку, а также поддержите меня и мой проект инвестировав небольшую, но очень важную частичку в его развитие.
На этом сегодня всё. Если впервые забрели на канал, то не стесняйтесь, смело бейте в колокол и в вашей ленте будут регулярно появляться крутые видосы на тему взломов, пентестинга и информационной безопасности.
С олдов, как обычно по лайку. По традиции желаю удачи, успехов и безопасного хакинга. Берегите себя. Заботьтесь о своей анонимности. И если уж чудите – не оставляйте следов. До новых встреч, братцы. Всем пока.
Источник