This module exploits a heap overflow in the BakBone NetVault Process Manager service. This code is a direct port of the netvault.c code written by nolimit and BuzzDee.
Windows
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use exploit/windows/misc/bakbone_netvault_heap
msf exploit(bakbone_netvault_heap) > show targets
...targets...
msf exploit(bakbone_netvault_heap) > set TARGET < target-id >
msf exploit(bakbone_netvault_heap) > show options
...show and set options...
msf exploit(bakbone_netvault_heap) > exploit
Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.
– Jim O’Gorman | President, Offensive Security