https://www.kali.org/docs/containers/installing-docker-on-kali/
sudo vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other,uid=1000
ln -s /mnt/hgfs/ ~/host-shared
sudo vim /etc/systemd/system/vmhgfs-mount.service
sudo systemctl daemon-reload
sudo systemctl enable vmhgfs-mount.service
sudo systemctl start vmhgfs-mount.service
/etc/systemd/system/vmhgfs-mount.service
[Unit]
Description=Mount VMware Shared Folders
After=network.target vmtoolsd.service
Requires=vmtoolsd.service
[Service]
Type=oneshot
ExecStart=/usr/bin/mkdir -p /mnt/hgfs
ExecStart=/usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other,uid=1000
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
ssh-keygen -t ed25519
sudo systemctl enable ssh --now
https://www.kali.org/docs/general-use/xfce-with-rdp/
apt-get update
apt-get full-upgrade -y
apt-get install -y kali-desktop-xfce xorg xrdp xorgxrdp
sudo systemctl enable xrdp --now
以下を追加対応として実施
sudo adduser xrdp ssl-cert
sudo systemctl restart xrdp
sudo -E apt install kali-tools-web burpsuite