Skip to content

Commit

Permalink
Merge pull request #42 from malwarenights/master
Browse files Browse the repository at this point in the history
Adding win7_64 profile
  • Loading branch information
obilodeau authored Feb 27, 2017
2 parents 9389f6c + 6e12971 commit 6b49422
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
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 %}

]
}

0 comments on commit 6b49422

Please sign in to comment.