is there a working box for backtrack 5 release 3 ( bt5r3 ) that is working with vagrant ?
or a tutorial on how to make the box to work with vagrant ?
i've tried to make the box myself but i had no luck, because the vagrant docs about making the boxes is not informative...
also this repo doesn't describe how to get it running ? or if that it's working or not ?
if anybody had luck installing a working bt5r3 version on vagrant, please share with us.
if anybody has a working script to install bt5r3 tools on vagrant precise64 box, please share with us.
BackTrack 5R3 has a 32-bit GNOME VMware image for download, grab that.
Convert it using free VMware OVF Tool (latest is v3.5.0 I think) to OVF/OVA and then import it into VirtualBox. You can even directly attach the vmdk images to a newly created vbox VM and see if it boots up, if so, configure the as per the Vagrant base box package guide
Once done, use vagrant package to export the BT 5R3 VM to a vagrant .box file.
For example:
vagrant package --base vbox_vm_name_or_uuid --output /path/to/bt5r3.box