https://github.com/moldabekov/vbhardening
🖥 Advanced VM detection bypassing
https://github.com/moldabekov/vbhardening
bypass mitigation obfuscation virtual-machine virtualbox virtualization
Last synced: about 1 year ago
JSON representation
🖥 Advanced VM detection bypassing
- Host: GitHub
- URL: https://github.com/moldabekov/vbhardening
- Owner: moldabekov
- License: mit
- Created: 2017-04-03T08:01:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T09:30:34.000Z (over 8 years ago)
- Last Synced: 2023-09-06T05:00:24.253Z (almost 3 years ago)
- Topics: bypass, mitigation, obfuscation, virtual-machine, virtualbox, virtualization
- Language: Shell
- Homepage:
- Size: 2.08 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vbhardening
This repo is intented to obfuscate VM. It helps to hide VM from malware and other aggressive *ware, which refuses to run under VM.
## How does it works?
Every hypervisor has it's unique fingerprint.
Some techiniques are based on hardware detection only, as while as others rely on memdump, strings, network stack and so on.
So actually we patch all SLIC, DSDT and hardware resources as well. This helps to bypass most of the checks.
## Usage
* edit scripts (e.g. fix path)
* run ```hu-patch-n-install-vbox.sh```
* run ```hu-obfuscate-vm.sh```
## License
MIT License