So I uses kvm for my virtual server. But i got OWASP broken webb app in vmware format and its not ok.
But with the help from google i found some help to get the OWASP Broken Webb App on my kvm hosts.
I follewed the info from this page
http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/
https://www.owasp.org/index.php/OWASP_Broken_Web_Applications_Project
qemu-img convert OWASP\ Broken\ Web\ Apps.vmdk -O qcow2 owasp.qemu qemu-img convert owasp.qemu -O qcow2 owasp2.qemu
kvm -hda owasp2.qemu -net nic -net user -m 512
And now you owasp images will boot up in kvm 🙂