Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save herrcore/2d365502d489895a9497becd22fe031a to your computer and use it in GitHub Desktop.
Save herrcore/2d365502d489895a9497becd22fe031a 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