Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dbheise/vm_setup

A collection of scripts to initialize a windows VM to run all the malwares!
https://github.com/dbheise/vm_setup

malware-analysis virtual-machine windows

Last synced: 3 months ago
JSON representation

A collection of scripts to initialize a windows VM to run all the malwares!

Lists

README

        

# Windows Virtual Machine Setup Scripts
A collection of scripts to initialize a windows VM to run all the malwares!

Please consider this in its ALPHA stages! Pull Requests welcome! :)
## Easy Button - Run Everything
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
```

## Status:
### Windows
* pretty good
### Java
* good
### Internet Explorer
* good
* more settings available, more work needed
### Adobe Acrobat
* decent
### Chrome
* decent
### Firefox
* decent
### Office
* pretty good