PowerShellEmpire / PowerTools

PowerTools is a collection of PowerShell projects with a focus on offensive operations.
Other
2.03k stars 817 forks source link

Invoke-StealthUserHunter retrieves all users even when specific userlist is targetted #41

Closed Meatballs1 closed 8 years ago

Meatballs1 commented 9 years ago

This is a result of Get-NetFileShares retrieving ALL users. This PR adds a $TargetUsers param to Get-NetFileShares so that only specific target user shares are retrieved.

Resolves #38

HarmJ0y commented 8 years ago

sorry this took so long, finally back on track after BH :)

Meatballs1 commented 8 years ago

No worries, busy season :)