Breaching Defenses
  • Breaching Defenses Course
  • What is Red Teaming
  • Lab
    • Infos
    • Hardware
    • Preparing the OS
    • Installing the Red Team home lab
    • ELK
    • Deploying Full Lab
  • Tools
    • C2 Framework
  • OSINT & RECON
    • Passive Reconnaissance
    • OSINT Framework
Powered by GitBook
On this page
  • Installing the Red Team home lab
  • 1 Cloning the repository
  • 2 Setting up the disk config
  1. Lab

Installing the Red Team home lab

How to install the Red Team home lab

PreviousPreparing the OSNextELK

Last updated 3 years ago

Installing the Red Team home lab

1 Cloning the repository

First we need to clone the of the Red Team home lab.

For that we open a powershell and type:

cd C:\Users\$($env:USERNAME)\Desktop
git clone https://github.com/RobinFassina-Moschini/Breaching-Defenses.com.git

2 Setting up the disk config

Open the file and update your configuration

#--------------------------------------------------------------
# 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
#--------------------------------------------------------------

If possible try to run the VMs on a different disk than the host.

repository
disk_config.ps1