Azure / LabServices

Azure Lab Services scripts and samples
MIT License
16 stars 6 forks source link

Update .\Setup-EthicalHacking.ps1 to download latest Kali version #42

Closed EMaher closed 6 months ago

EMaher commented 6 months ago

Issue reported: Came across an issue testing the PowerShell commands in https://learn.microsoft.com/en-us/azure/lab-services/class-type-ethical-hacking?tabs=powershell. This script leads to this error:

.\Setup-EthicalHacking.ps1 -SwitchName 'Default Switch'

ERROR: Download of https://cdimage.kali.org/kali-2023.3/kali-linux-2023.3a-hyperv-amd64.7z failed 6 times. Aborting download.

Looking at the https://cdimage.kali.org/ site, there is no kali-2023.3.

EMaher commented 6 months ago

Fixed by #43