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

Malboxes build command fails #113

Closed
atripath938 opened this issue Feb 20, 2019 · 4 comments
Closed

Malboxes build command fails #113

atripath938 opened this issue Feb 20, 2019 · 4 comments

Comments

@atripath938
Copy link

atripath938 commented Feb 20, 2019

When I try to issue the command "malboxes build win10_64_analyst" post installation of malboxes, it fails. Attached is a screenshot of the same.
malbox
My virtualbox version is 6.0.4

@ProtoDroidBot
Copy link
Contributor

This seems related to issue #98. Apparently the original link to download the ISO's which are still in use by Malboxes has changed from http://care.dlservice.microsoft.com/dl/download/ to http://download.microsoft.com/download/

As a workaround, if you are feeling up to it, you should edit the win10_64_analyst.json file at line 14:

"http://care.dlservice.microsoft.com/dl/download/2/5/4/254230E8-AEA5-43C5-94F6-88CE222A5846/14393.0.160715-1616.RS1_RELEASE_CLIENTENTERPRISEEVAL_OEMRET_X64FRE_EN-US.ISO"
and replace the care.dlservice.microsoft.com/dl/ with just download.microsoft.com/

Meanwhile, I will see if I can get this rectified from the project's end. Should be simple enough to do.

@atripath938
Copy link
Author

atripath938 commented Feb 21, 2019

This seems related to issue #98. Apparently the original link to download the ISO's which are still in use by Malboxes has changed from http://care.dlservice.microsoft.com/dl/download/ to http://download.microsoft.com/download/

As a workaround, if you are feeling up to it, you should edit the win10_64_analyst.json file at line 14:

malboxes/malboxes/templates/win10_64_analyst.json

Line 14 in 228e02a

"http://care.dlservice.microsoft.com/dl/download/2/5/4/254230E8-AEA5-43C5-94F6-88CE222A5846/14393.0.160715-1616.RS1_RELEASE_CLIENTENTERPRISEEVAL_OEMRET_X64FRE_EN-US.ISO"
and replace the care.dlservice.microsoft.com/dl/ with just download.microsoft.com/
Meanwhile, I will see if I can get this rectified from the project's end. Should be simple enough to dI

I don't see a local copy of the file win10_64_analyst.json
So, I copied it from the URL given by you and tried building one using the -c option.
It however is picking up the default json file instead of the one I mentioned.
So, I checked using the -d option, it is generating the default JSON file and using it anyway.

@ProtoDroidBot
Copy link
Contributor

Apologies for that @atripath938 ! I was not clear on where to locate the file.

I am going to assume you are using Windows for this (I see Program Files, and it appears to be a command prompt from Windows). I do not know how you have Python 3 installed as well, so the below recommendation is from my local Windows developer instance.

Have you checked in your local Python3 directory under C:\Users<your username>\AppData\Local\Programs\Python<Python 37 folder such as "Python37-32">\Lib\site-packages\malboxes\templates\ for the JSON files?

Finally, I think the profiles option for the malboxes project is more for .js files as per profile-example.js and config-example.js but I am not 100% certain. I can double-check for you if you want or I can page the maintainer. :)

@obilodeau
Copy link
Member

Fixed by the merge of #116. Feel free to re-open if I'm mistaken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants