Skip to content
forked from hatching/vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.

Notifications You must be signed in to change notification settings

Cryss76/vmcloak

 
 

Repository files navigation

VMCloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.

Introduction

VMCloak is a tool to fully create and prepare Virtual Machines that can be used by Cuckoo Sandbox. In order to create a new Virtual Machine one should prepare a few configuration values that will be used later on by the tool.

Dependencies

In order to run VMCloak you'll at the very least require the following:

  • Python 3.6 or higher.
  • mkisofs or genisoimage.
  • QEMU 2.11 or higher (tested with 4.2.1).
  • root access to mount images and perform actions such as creating network bridges.

Installation

It is recommended that VMCloak is installed in a Virtualenv and on the user that should own the created virtual machines.

Do not use the PyPI-version of VMCloak. It is outdated and heavily bugged.

Install the requirements. See the docs/ for a full list of requirements.

$ sudo apt update
$ sudo apt install python3 genisoimage qemu-system-x86 qemu-utils qemu-system-common

It is recommended to install VMCloak in a virtualenv.

Fetching the Git repository is the way to go. There you get the latest working version with the least bugs. A full example of installing VMCloak manually can be as follows:

$ (venv) git clone https://github.com/Cryss76/vmcloak.git
$ (venv) cd vmcloak
$ (venv) pip install .

Docs

# For zsh use \[ and \]
$ (venv) pip install -e .[docs]
$ (venv) cd docs
$ (venv) make html
$ (venv) <your browser>/_build/html/index.html

Credits

The development of the VMCloak project initially started out as part of the ITES Project at Avira, thanks to Thorsten Sick. Many thanks to Rasmus Männa for lots of great contributions lately.

About

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 90.8%
  • PowerShell 5.8%
  • Shell 2.1%
  • C 0.6%
  • Batchfile 0.4%
  • Mako 0.2%
  • Makefile 0.1%