Preparing the OS
Installing the requirements to run the Red Team home lab
Preparing the OS to run the Red Team home lab
Windows
1 Installing RSAT tools
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
2 Enable Hyper-V

3 Enable WSL

4 Enable Virtual Machine feature

5 Download the Linux kernel update package


6 Set WSL 2 as the default
7 Download Kali
8 Install Kali

9 Install git
AutomatedLab
1 Download and install the last release



2 SetUp Automated lab
Docker
Summary
Last updated