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

Should we add this to the readme? #40

Open
gep13 opened this issue May 13, 2018 · 2 comments
Open

Should we add this to the readme? #40

gep13 opened this issue May 13, 2018 · 2 comments

Comments

@gep13
Copy link
Collaborator

gep13 commented May 13, 2018

@yodurr @ferventcoder @mwrock what are your thoughts on this:

https://github.com/fireeye/flare-vm

I thought it might be useful to call this out as another example of how to set up a machine.

@mwrock
Copy link
Collaborator

mwrock commented May 13, 2018

Is the motivation to show how to invoke a boxstarter script via script:

Set-ExecutionPolicy Unrestricted
. { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/fireeye/flare-vm/master/flarevm_malware.ps1

instead of the click once launcher?

I think that's a good idea. Especially to get around non IE/Edge browser issues or needing a scripted install.

@gep13
Copy link
Collaborator Author

gep13 commented May 13, 2018

I was thinking more around showing another example of setting up another VM for a specific purpose, in this case for malware analysis and investigation. The installation issue with non IE/Edge browsers we definitely need to capture though, and provide information about how to run the installation without click once.

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

2 participants