Skip to content

Latest commit

 

History

History
139 lines (101 loc) · 5.65 KB

CHANGELOG.adoc

File metadata and controls

139 lines (101 loc) · 5.65 KB

malboxes Changelog

This document provides a high-level view of the changes introduced in malboxes by release. For a detailed view of what has changed, refer to the commit history on GitHub.

0.3.1 unreleased

Enhancements
  • Experimental profiles feature gained shortcut creation support. See profile-example.js for syntax. (#85)

  • Experimental profiles registry changes now happen after package installation. This enables registry changes to alter program configuration. (#86)

  • Experimental profiles registry changes now create missing registry paths by default (#84)

  • Added configuration parameters for keyboard locale and proxy settings (#72, #78)

  • Chocolatey will force the proxy configuration if set (#74)

  • Custom provisioners can be defined in profiles configuration (#73)

  • Removed fiddler4 chocolatey package (#89)

Bug fixes
  • Fixed jinja2.exceptions.TemplateNotFound: snippets/builder_vsphere_windows.json (#71)

  • Specified dependencies more precisely (#82)

0.3.0

BlackHat USA Arsenal 2017 edition!

Enhancements
  • New templates: Windows 7 64-bit: win7_64_analyst (#42)

  • Experimental profiles features: a separate configuration from OS templates that enables to add new installed packages, files and registry changes (#51)

  • Support for trial versions of Windows 7 Enterprise x86 and x64

  • Initial support for vSphere (ESXi / vCenter) on the back-end (#30, #68)

  • Better out of the box support of Fedora, CentOS and RedHat as host (#53)

  • Use user cache directories for packer. This avoids caching in memory-backed locations to prevent unnecessary memory pressure during builds or free space issues on low RAM systems (#45)

  • Default timeout for WinRM is 60m (from 30m) to allow slower machines the time to go through Windows' install process

  • Increased default disk size to 20GB

  • Added a --force flag to overwrite pre-existing packer artifacts or vagrant boxes (#46)

  • debug: Passes -on-error=abort to packer to allow investigation of failures (#35)

  • Documentation improvements

Bug fixes
  • NetworkLocation changes for Windows 7 solves a class of 'Timeout waiting for WinRM' errors (#33, #43, #60)

  • Increased WinRM memory limit on Windows 7 solves errors installing .Net Framework 4.0 (#31, #44)

  • More Windows 7 .Net Framework 4.0 fixes (#59)

Release meta

  • Released on: 2017-07-25

  • Released by: @obilodeau

  • Release beer: Sierra Nevada Hop Hunter IPA

Credits

Thanks to the following people who contributed to this release:

0.2.0

The #RSAC gift release!

Enhancements
  • Updated Windows 10 to Anniversary Edition (#21)

  • pip install support and documentation (#5)

  • Config: ida_path will upload IDA Remote Debugger and open appropriate ports (#8)

  • Config: tools_path will upload all of this Path’s content into C:\Tools (#8)

  • Config: username and password support (#11)

  • Config: Added windows_defender, windows_updates, disk_size and choco_packages options (#11, #14)

  • Provides fiddler4 instead of fiddler

  • Provides npcap instead of winpcap which works with Windows 10 (#2, #26)

  • Added --debug and --skip command-line flags (#20)

  • Added tests

Bug fixes
  • Workaround for virtualbox 5.1.0 regression (#10)

  • Packer binary is called packer-io on certain platforms (#3)

  • Windows 10 x86 Automatic Installation issues (#4)

  • Temporarily removed depwalker and regshot from choco packages (#16)

  • VirtualBox Guest Additions: Support for the new certificate name (#24)

Release meta

Released by @obilodeau on 2017-02-16.

Credits

Thanks to the following people who contributed to this release:

Olivier Bilodeau, Hugo Genesse

0.1.0

NorthSec 2016 edition

First proof of concept release of malboxes.

We can build Windows 7 and Windows 10 virtual machines with useful malware analysis tools pre-installed. Without a license key it will use the evaluation version of Windows 10 which is automatically downloaded.

Release meta

Released by @obilodeau on 2016-05-17.

Announced live at the NorthSec conference. Here are the slides (PDF) and here is the video.

Credits

Thanks to the following people who contributed to this release:

Olivier Bilodeau, Hugo Genesse