Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding win7_64 profile #42

Merged
merged 3 commits into from
Feb 27, 2017
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 %}

]
}