Skip to content

SharpView

(C#) - Doesn't support filtering using Pipeline  SharpView is a .NET port of  PowerView. Many of the same functions supported by PowerView can be used with SharpView.

Installation

Download github repo from: https://github.com/tevora-threat/SharpView/.

Basic commands

1
2
3
4
5
# Obtain help about a command
\SharpView.exe Get-DomainUser -Help

# Get information about a given user
.\SharpView.exe Get-DomainUser -Identity $username
Last update: 2024-12-27
Created: May 9, 2023 17:16:52