All Projects → DBHeise → Vm_setup

DBHeise / Vm_setup

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

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Vm setup

Pafish
Pafish is a testing tool that uses different techniques to detect virtual machines and malware analysis environments in the same way that malware families do
Stars: ✭ 2,026 (+1905.94%)
Mutual labels:  virtual-machine, malware-analysis
Simplify
Android virtual machine and deobfuscator
Stars: ✭ 3,865 (+3726.73%)
Mutual labels:  malware-analysis, virtual-machine
Malboxes
Builds malware analysis Windows VMs so that you don't have to.
Stars: ✭ 900 (+791.09%)
Mutual labels:  malware-analysis, virtual-machine
Lemonvmalpha
A Register Based VM. 柠檬手写的看起来像栈机的寄存器机
Stars: ✭ 62 (-38.61%)
Mutual labels:  virtual-machine
Malware Feed
Bringing you the best of the worst files on the Internet.
Stars: ✭ 69 (-31.68%)
Mutual labels:  malware-analysis
Malwaredatascience
Malware Data Science Reading Diary / Notes
Stars: ✭ 82 (-18.81%)
Mutual labels:  malware-analysis
Fileintel
A modular Python application to pull intelligence about malicious files
Stars: ✭ 97 (-3.96%)
Mutual labels:  malware-analysis
Mlua
An interpreter of lua-like language written in C++
Stars: ✭ 61 (-39.6%)
Mutual labels:  virtual-machine
Florentino
Fast Static File Analysis Framework
Stars: ✭ 92 (-8.91%)
Mutual labels:  malware-analysis
Tagha
Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.
Stars: ✭ 79 (-21.78%)
Mutual labels:  virtual-machine
Flare Fakenet Ng
[Suspended] FakeNet-NG - Next Generation Dynamic Network Analysis Tool
Stars: ✭ 1,214 (+1101.98%)
Mutual labels:  malware-analysis
Cot
Common OVF Tool
Stars: ✭ 73 (-27.72%)
Mutual labels:  virtual-machine
Malice
VirusTotal Wanna Be - Now with 100% more Hipster
Stars: ✭ 1,253 (+1140.59%)
Mutual labels:  malware-analysis
Saydog Framework
Saydog Framework
Stars: ✭ 71 (-29.7%)
Mutual labels:  malware-analysis
Selfie
An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.
Stars: ✭ 1,318 (+1204.95%)
Mutual labels:  virtual-machine
Malware Analysis Scripts
Collection of scripts for different malware analysis tasks
Stars: ✭ 61 (-39.6%)
Mutual labels:  malware-analysis
Footloose
Container Machines - Containers that look like Virtual Machines
Stars: ✭ 1,289 (+1176.24%)
Mutual labels:  virtual-machine
Joe
Run a Java program without an operating system by building the OS into the Java program
Stars: ✭ 76 (-24.75%)
Mutual labels:  virtual-machine
Corewar
School 42 project // Implementation of programming game “Core War” [Champions + Assembler + Disassembler + Virtual Machine + Visualizer]
Stars: ✭ 76 (-24.75%)
Mutual labels:  virtual-machine
Yuriavgengine
A visual programming AVG engine / VM based on .NET
Stars: ✭ 80 (-20.79%)
Mutual labels:  virtual-machine

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].