I have installed Kali on VMWARE player. Want to copy a file from Kali to MAC OSX. Enabled sharing, installed guest tools. What should we do next? Thanks!
I have installed Kali on VMWARE player. Want to copy a file from Kali to MAC OSX. Enabled sharing, installed guest tools. What should we do next? Thanks!
This is more of a virtualization question than a Kali linux question. With Virtualbox it's extremely trivial to move files though. Not sure about VM Ware. You're probably better off using SSH to move files.
VMware has shared folders, so you can easily move files between the host and guest OS. If it's across the network then there is loads of options: samba, nfs, sshfs. Or like already suggested, just use SSH 'scp' to move the files around.