os:kali:hl
Table of Contents
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:
os/kali/hl.txt · Last modified: by warnaud
