Build WOLF VM - H0wl3r/WOLF-VM GitHub Wiki
WOLF VM Requirements
Field | Value |
---|---|
RAM | 8192MB |
CPU | 2 Processors, 2 Cores |
NIC | NAT - disconnected |
HDD | 100GB |
WOLF SET UP
[!note] Install Windows disconnected from the internet
- Install windows
User: WOLF
Pass: <no password set>
- Install both UK and US language packs
- Install VMware tools
- Run Chris Titus winutil - github.com/ChrisTitusTech/winutil
- Install Chrome
- Setup Security Settings
- Configure Tweaks
irm "https://christitus.com/win" | iex
- Rename host to
WOLF-VM
- Install
wsl
wsl --install -d Ubuntu-22.04
user:wolf pass:forensics
- Turn off Windows Defender ensuring the following are off;
- Realtime Protection
- Cloud Delivered Protection
- Automatic Sample Submission
- Tamper Protection
gpedit.msc
- Enable Turn Off Microsoft DefenderComputer Configuration > Administrative Templates > Windows Components > Microsoft Defender Antivirus > Turn off Microsoft Defender Antivirus
- Run
wolf_install.ps1
Set-ExecutionPolicy bypass -f ; iex (iwr -Uri "https://raw.githubusercontent.com/H0wl3r/WOLF-VM/refs/heads/main/wolfvm_install.ps1").Content
Troubleshooting
Host Settings
If your Host CPU does not support VT-x or AMD-V, WOLF will not function, follow the below steps to troubleshoot.
- Ensure your CPU supports VT-x / AMD-V (Hardware Virtualization)
- Disable Hyper-v Virtualization Platform in Windows.
- Disable Virtual machine platform.
- Enable the Intel-vt or AMD-V on your bios.
https://getlabsdone.com/fix-virtualized-intel-vt-x-ept-is-not-supported-on-this-platform/#