Skip to content

Commit 42e3397

Browse files
authored
Merge pull request #700 from sara-rn/add-new-hardcoded-category
Fix typo in the excluded categories
2 parents c0feb27 + 53476bc commit 42e3397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ if (-not $noGui.IsPresent) {
560560
# Gather lists of packages
561561
$envs = [ordered]@{}
562562
$configXml.config.envs.env.ForEach({ $envs[$_.name] = $_.value })
563-
$excludedCategories=@('Command and Control','Credential Access','Exploitation','Forensic','Lateral Movement', 'Payload Development','Privilege Scalation','Reconnaissance','Wordlists','Web Application')
563+
$excludedCategories=@('Command and Control','Credential Access','Exploitation','Forensic','Lateral Movement', 'Payload Development','Privilege Escalation','Reconnaissance','Wordlists','Web Application')
564564
# Read packages to install from the config
565565
$packagesToInstall = $configXml.config.packages.package.name
566566
$packagesByCategory = Get-Packages-Categories

0 commit comments

Comments
 (0)