Here you will find all of the resources and setup. Please have these things ready at the start of the workshop.
-
Download Kali VM from offensive-security.com
-
Download Empire from the dev branch of BC-Security's fork. We've made modifications required for the course.
git clone https://github.com/BC-SECURITY/Empire.git
cd Empire
git checkout dev
sudo ./setup/install.sh
sudo ./setup/reset.sh
-
Download Windows 10 VM from microsoft.com
-
Download our sample scripts from the samples directory. These will be used throughout the workshop. Don't extract until after creating an exclusion in the next step.
-
Create a "defcon" directory on your desktop, then add an exclusion to Windows Defender to the directory. Steps on microsoft.com
-
Extract the samples zip to the excluded directory. The .zip is password protected to bypass Windows Defender. The password is
defcon
. -
We included a copy of Invoke-Obfuscation in the samples.zip.
In PowerShell as an admin:
cd ~/Desktop/defcon/Samples/Samples/Invoke-Obfuscation-master
./start-up.ps1
Import-Module ./Invoke-Obfuscation.psd1
Invoke-Obfuscation
- Install office 365 from office.com