Installing the Red Team home lab
How to install the Red Team home lab
Installing the Red Team home lab
1 Cloning the repository
cd C:\Users\$($env:USERNAME)\Desktop
git clone https://github.com/RobinFassina-Moschini/Breaching-Defenses.com.git2 Setting up the disk config
#--------------------------------------------------------------
# Change the variables under to adapte to your disk config
#--------------------------------------------------------------
#$labSources = 'D:\LabSources' #Path to the lab sources
$labSources = 'C:\LabSources' #Path to the lab sources
#$vmDrive = 'D:' #Disk where to create the VMs
$vmDrive = 'C:' #Disk where to create the VMs
#--------------------------------------------------------------Last updated