Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions malboxes/config-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Malboxes Example Configuration File
*
* Uncomment a specific section of the file to trigger a particular feature.
*
* Paths should be written using forward slashes even on Windows.
* For ex: C:/Tools
*
* Paths should be written using forward slashes even on Windows.
* For ex: C:/Tools
*/

// This allows you to use a local filestore for ISOs.
Expand Down
31 changes: 31 additions & 0 deletions malboxes/profiles/win7_64_analyst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"builders": [{
"guest_os_type": "Windows7_64",
{% include 'snippets/builder_virtualbox_windows.json' %},

"iso_url": "file://{{ iso_path }}/en_windows_7_professional_with_sp1_x64_dvd_u_676939.iso",
"iso_checksum": "0bcfc54019ea175b1ee51f6d2b207a3d14dd2b58",
"iso_checksum_type": "sha1",

"floppy_files": [
"{{ cache_dir }}/Autounattend.xml",
"{{ dir }}/installconfig/windows7_64/enablewinrm.ps1"
]
}],

{% include 'snippets/postprocessor_vagrant.json' %},

"provisioners": [

{% include 'snippets/provision_powershell.json' %}

{% if tools_path %},
{% include 'snippets/tools.json' %}
{% endif %}
{% if ida_path %},
{% include 'snippets/ida_remote_64.json' %},
{% include 'snippets/ida_remote_32.json' %}
{% endif %}

]
}