VM (Virtual Machine) Escape

Last modified: 2024-05-21

Virtual Machine

Shared Folder

If the VM admin sets a folder containing sensitive files as Shared Folder, we can get sensitive information by getting into the folder.

VirtualBox

# Linux
cd /media/sf_<folder-name>

# Windows
cd \\VBOXSVR\\<folder-name>

VMWare

# Linux
cd /mnt/vmhgs/<folder-name>

# Windows
cd \\vmware-host\Shared Folder\<folder-name>