SharpView
SharpView copied to clipboard
C# implementation of harmj0y's PowerView
## Context One may not want to install a Windows VM + install Visual Studio just to build a tool. So I tried to build SharpView exe with [Mono](https://www.mono-project.com/), [MSBuild](https://github.com/dotnet/msbuild),...
PS C:\Users\user1\Desktop> .\SharpView.exe Set-DomainUserPassword -Identity user1-AccountPassword (ConvertTo-SecureString 'Password1' -AsPlainText -Force) Parsing Error AccountPassword: TypeConverter cannot convert from System.String. [Get-PrincipalContext] Error creating binding for object ('labu') context : System.IO.FileNotFoundException: Could not...
Change fail condition for Target SIDs in Get_DomainGPOUserLocalGroupMapping
Hello, I am using the **Get-NetLocalGroupMember** command to get the users of a certain group from a remote machine and I get the following error:  I have tried with...
Running `Get-DomainUser` with the following syntax fails to properly filter on the specified username and instead returns all users in the domain. The result was the same despite specifying `-name...
Removes a typo (whitespace) in the `WriteMembers` right GUID used in `Add_DomainObject` function.
sliver (ANNOYED_DIPLOMA) > sharpview get-domaintrust [*] sharpview output: get-domain [Get-DomainSearcher] search base: LDAP://dmzdc01.edge.com/DC=edge,DC=com get-domain [Get-DomainSearcher] search base: LDAP://dmzdc01.edge.com/DC=edge,DC=com [Get-DomainComputer] Using additional LDAP filter: (userAccountControl:1.2.840.113556.1.4.803:=8192) [Get-DomainComputer] Get-DomainComputer filter string: (&(samAccountType=805306369)(userAccountControl:1.2.840.113556.1.4.803:=8192)) An...