🔎Powerview
loading module to powershell, if it gives error then change execution policy
Basic information about the domain:
List of all users in the domain:
The above command's outputs can be filtered using "select" command. For example,
here cn is side-heading for the output of above command. we can select any number of them separated by comma.
Specific User
Enumerate domain groups
Information from specific group
Enumerate the computer objects in the domain
Scans the network in an attempt to determine if our current user has administrative permissions on any computers in the domain
Checking logged on users with Get-NetSession, adding verbosity gives more info.
Listing SPN accounts in domain
Enumerates ACE(access control entities), lists SID(security identifier). ObjectSID
Converting SID/ObjSID to name
Checking for "GenericAll" right for a specific group, after obtaining they can be converted using convert-sidtoname
Find the shares in the domain
Identifying AS-REP roastable accounts
Kerberoastable accounts
Last updated