====== HackingLabs' LiveCD ====== Download: https://livecd.hacking-lab.com/ \\ Infos: https://github.com/Hacking-Lab/hl-livecd/blob/master/guides/install-livecd-fr.md \\ Login/pass: hacker/compass ====== Modifications ====== ===== Folder sharing ===== ==== Create mount point ==== mkdir /mnt/share ==== Add user to vboxsf group ==== usermod -aG vboxsf hacker ==== Test mount ==== mount -t vboxsf -o uid=1000,gid=1000 Share /mnt/share/ ===== Keyboard ===== dpkg-reconfigure keyboard-configuration service keyboard-setup restart udevadm trigger --subsystem-match=input --action=change Non-persistent: Menu > Settings > Settings Manager / Layout ===== Auto-login ===== Tired of typing login/pass: * /etc/lightdm/lightdm.conf << edit this file with your favorite editor [Seat:*] autologin-user=hacker autologin-user-timeout=0 __Reference__: * https://reverievisuals.com/2019/11/04/autologin-on-kali-lite-xfce4.html