AddMembers
When an attacker controls a privileged user account with the ability to edit a group's member attribute, they can effectively add new users to that group - this attack is possible when the controlled account has GenericAll
, GenericWrite
, Self
, AllExtendedRights
, or Self-Membership
over the target group.
Once we found the right user or group with one of these ACLs we can exploit it with the following commands
If we only have the hash for the user we can either use the pth-toolkit or bloodyAD
We can also use the addusertogroup script
From windows we can use powerview
Last updated