3.3.1 - PowerView
PowerView
PowerView is a versatile PowerShell tool specifically designed for Active Directory reconnaissance. Part of the PowerSploit framework, it allows penetration testers and red teamers to perform in-depth enumeration of AD environments. PowerView provides a comprehensive suite of cmdlets to gather information about users, groups, computers, permissions, trust relationships, and more.
PowerView Usage
Get Domain Information
Retrieves information about the current domain.
Enumerate Domain Controllers
Lists all Domain Controllers in the current domain.
List Domain Users
Displays all users in the domain, along with detailed attributes.
Find High-Value Targets
Lists all users flagged as administrators.
Enumerate Domain Groups
Retrieves all domain groups.
Lists members of the "Domain Admins" group.
Locate Domain Computers
Lists all computers in the domain.
Analyze Trust Relationships
Displays trust relationships between domains.
Check ACLs on AD Objects
Shows ACLs for a specific user account, resolving GUIDs to human-readable names.
Find Shares on Domain Computers
Locates shared folders across domain computers.
Identify Delegation Configurations
Finds user accounts with Service Principal Names (SPNs), often used in Kerberos-based attacks.
Labs
Last updated