7 Steps to running Kali w/ GUI on an M1 Mac
William Reyor
Security Consulting @ Modus Create | BSidesCT Co-Founder | Co-Author of the Defensive Security Handbook 2nd edition.
Setup the hypervisor
Install guest os (Kali)
2. Download and boot the M1 installer image , create a VM following the method outlined below
https://www.kali.org/docs/virtualization/install-utm-guest-vm/
During the install I would recommend using the standard installer rather than the graphic installer.
Enable clipboard sharing
3. Enable clipboard sharing in UTM then install spice-vdagent (apt-get install spice-vdagent)?
Enable disk/folder sharing between the kali guest and mac host
4. Enable sharing and Configure a mount point in UTM for sharing (create a folder in Mac OS, then configure UTM to point to the folder in the shared folder configuration in the UI in the Virtual machine configuration)
5. Install davfs2 - (apt-get install davfs2)
6. Update fstab with a text editor adding the line:
https://localhost:9843/mnt/dav daufs _netdev, user 0 0
7. Mount the share folder?
sudo mount /mnt/dav?
For more info on auto-mount configuration using davfs2 see - https://wiki.archlinux.org/title/Davfs2
VP of Engineering | VP of Technical Services | CISO | Head of Cloud Infrastructure | Executive Leadership | VP of Product Delivery
2 年This article helped me. Thanks for sharing.
DevSecOps Lead
2 年Bill Reyor did you try it?