Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spyr0-sec committed Sep 3, 2024
1 parent 6f04e93 commit 0bcc767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Function Add-LocalPrivilegedGroupMembers {

foreach ($Computer in $NonABLComputers) {

$VulnUser = $VulnUsers | Get-Random -Count 1
$VulnUser = ($VulnUsers | Get-Random -Count 1).SamAccountName

Write-Log -Message "Adding $VulnUser to the local privileged groups on $($Computer.DNSHostName)"

Expand Down

0 comments on commit 0bcc767

Please sign in to comment.