PowerView/SharpView

The most up-to-date version of PowerView will always be in the dev branch of PowerSploit: https://github.com/PowerShellMafia/PowerSploit/blob/dev/Recon/PowerView.ps1

SharpView is a .NET port of PowerView

Quick enumeration

Domain info

Users, Groups, Computers & OUs

Logon and Sessions

Group Policy Object - GPOs

If an attacker has high privileges over a GPO he could be able to privesc abusing it by add permissions to a user, add a local admin user to a host or create a scheduled task (immediate) to perform an action. For more info about it and how to abuse it follow this link.

Learn how to exploit permissions over GPOs and ACLs in:

Abusing Active Directory ACLs/ACEs

ACL

Shared files and folders

Domain Trust

Low-hanging fruit

Deleted objects

MISC

SID to Name

Kerberoast

Use different credentials (argument)

Impersonate a user

Set values

Last updated