Skip to content

Instantly share code, notes, and snippets.

@zoerab
Forked from OALabs/boxstarter_oalabs_x86vm.ps1
Created August 4, 2018 20:28
Show Gist options
  • Select an option

  • Save zoerab/119610779956f30067b65ef4558fe74d to your computer and use it in GitHub Desktop.

Select an option

Save zoerab/119610779956f30067b65ef4558fe74d to your computer and use it in GitHub Desktop.
Boxstarter - One click malware analysis tools installer for 32bit VM
Set-ExecutionPolicy Unrestricted;
iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1'));
get-boxstarter -Force;
Install-BoxstarterPackage -PackageName 'https://gist.githubusercontent.com/OALabs/afb619ce8778302c324373378abbaef5/raw/4006323180791f464ec0a8a838c7b681f42d238c/oalabs_x86vm.ps1';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment