Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Latest commit

 

History

History
69 lines (49 loc) · 1.7 KB

README.md

File metadata and controls

69 lines (49 loc) · 1.7 KB
   ____ _   _  ____ _  _____   ___     __     ____  __
  / ___| | | |/ ___| |/ / _ \ / _ \    \ \   / /  \/  |
 | |   | | | | |   | ' / | | | | | |____\ \ / /| |\/| |
 | |___| |_| | |___| . \ |_| | |_| |_____\ V / | |  | |
  \____|\___/ \____|_|\_\___/ \___/       \_/  |_|  |_|

This is the automatic building scripts of Cuckoo Sandbox.

Description

Although Cuckoo Sandbox is a useful dynamic analysis tools of malwares, it's building is complicated. Cloning this repository on VM(Ubuntu), executing one script build Cuckoo Sandbox automatically.

Demo

属性

Requirement

  • VirtualBox 6.0

Note

Now, VirtualBox "Nested VT-x/AMD-V" only support some CPUs, AMD CPUs. If you used a non-supported CPU, you would install Ubuntu 18.04 directly on the host machine and proceed with the installation from the third installation step below.

Install

  1. Build Ubuntu 18.04 on VirtualBox
  2. Enable "Nested VT-x/AMD-V" in the VM setting.
  3. Clone this repository on VM
  4. Start install.sh in this repository.
$ sh install.sh
  1. After finishing 4, wake up cuckoo, cuckoo-web.
$ cuckoo
$ cuckoo web

Installed Tools

  • Cuckoo Sandbox
  • Wireshark
  • Volatility
  • jq

Licence

MIT

Author