Loading...

How to make a persistent Kali Linux Live USB Drive | 2018

89772 900________

In this video you learn how to make portable hacking usb persistence drive. Things we need..
1) USB Drive (above 8 GB)
2) Linux ISO image
3) MiniTool Partition Wizard
4) Win32Disk Imager

======================================================
Setting in MiniTool Partition Wizard...
Partition Lable: persistence
Create As: primary
File System: Ext4
Than Apply
its take 10-15 min

======================================================
Basic Command For linux
root@kali:~# mkdir -p /mnt/linux
root@kali:~# mount /dev/sdbX /mnt/linux/
root@kali:~# echo "/ union" * /mnt/linux/persistence.conf
( replace * with right angle bracket )
root@kali:~# umount /dev/sdbX
Now reboot Kali linux system


If Persistence.conf is not Creating, than Create it with Nano
root@kali:~#nano /mnt/linux/persistence.conf

In this file, type / union
Same as Video And Save it.
OR try This

root@kali:~#sudo sh -c "echo "/ union" * persistence.conf
Replace * with Right Angle Bracket

SOURCE :- www.kali.org/docs/usb/kali-linux-live-usb-persiste…

ALL Commands are in step 4

#Note_Always_boot_usb_With_Live_USB_Persistence_Option

======================================================
Download Linux ISO
www.kali.org/downloads/

======================================================
Download WIn32Disk Imager
sourceforge.net/projects/win32diskimager/

======================================================
Download MiniTool Partition Wizard
www.partitionwizard.com/free-partition-manager.htm…

=====================================================
Song used in video
   • Jim Yosef - Link | House | NCS - Copy...  

コメント