A collection of scripts to initialize a windows VM to run all the malwares!
Please consider this in its ALPHA stages! Pull Requests welcome! :)
From an "administrator" powershell prompt run:
(Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/DBHeise/VM_Setup/master/Everything.ps1").Content | IEX
you may need to run this command first to upgrade the default TLS version on a vanilla Win7 install
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
If you're using an older version of powershell this command might work better for you:
(New-Object System.Net.WebClient).DownloadString("https://raw.githubusercontent.com/DBHeise/VM_Setup/master/Everything.ps1") | IEX
* pretty good
* good
* good
* more settings available, more work needed
* decent
* decent
* decent
* pretty good