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: 9 days ago
JSON representation
A collection of scripts to initialize a windows VM to run all the malwares!
- Host: GitHub
- URL: https://github.com/DBHeise/VM_Setup
- Owner: DBHeise
- License: mit
- Created: 2017-08-02T11:11:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T14:45:47.000Z (over 4 years ago)
- Last Synced: 2024-11-18T11:37:08.243Z (25 days ago)
- Topics: malware-analysis, virtual-machine, windows
- Language: PowerShell
- Size: 165 KB
- Stars: 105
- Watchers: 9
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - DBHeise/VM_Setup - A collection of scripts to initialize a windows VM to run all the malwares! (PowerShell)
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