PowerShellEmpire / PowerTools

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

missing domain #22

Closed digininja closed 9 years ago

digininja commented 9 years ago

https://github.com/Veil-Framework/PowerTools/blob/master/PowerView/powerview.ps1

In the example on the line 2780:

 Invoke-NetGroupUserAdd -UserName john -GroupName "Domain Admins" -Domain 

You are missing the domain name

HarmJ0y commented 9 years ago

Fixed in the SUH_dev branch, which will be merged to master this week. Thanks!