Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 427 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 427 Bytes

This is a vSphere/ESX machinery module for the Cuckoo sandbox and is intended to replace Cuckoo's ESX machinery module.

It adds full memory dump functionality during analysis, which is currently not supported by Cuckoo's LibVirt-based ESX module.

The module depends on the vSphere API Python Bindings provided by VMware (https://github.com/vmware/pyvmomi) which can be installed via pip:

sudo pip install --upgrade pyvmomi