Giter Site home page Giter Site logo

sharpgpo-remoteaccesspolicies's Introduction

SharpGPO-RemoteAccessPolicies

A C# tool for enumerating remote access policies through group policy.

Compile Instructions

SharpGPO-RemoteAccessPolicies has been built against .NET 3.5 and is compatible with Visual Studio 2015/2017. Simply open the solution file and build the project.

CommandLineParser has been used in order to parse the command line arguments. This will create the CommandLine.dll file, along with the executable. You can simple merge the .exe and the .dll into one executable file:

ILMerge.exe /out:C:\SharpGPO-RemoteAccessPolicies.exe C:\Release\SharpGPO-RemoteAccessPolicies.exe C:\Release\CommandLine.dll

Usage

--Domain

Specifies an Active Directory server (domain controller) to bind to

--DomainController

Specifies an Active Directory server (domain controller) to bind to

--SearchScope

Specifies the scope to search under, Base/OneLevel/Subtree (default of Subtree)

--SearchBase

The LDAP source to search through, e.g. SharpGPO-RemoteAccessPolicies --searchBase /OU=Workstations,DC=domain,DC=local. Useful for OU queries.

--Verbose

Print more information about GPOs

Example

C:\Users\IEUser\Desktop>SharpGPO-RemoteAccessPolicies.exe

[-] Domain Controller is: DC1.skipper.loc
[-] Domain is: skipper.loc


[+] EnableLUA:                          WIN10.skipper.loc
[+] FilterAdministratorToken:           WIN10.skipper.loc
[+] LocalAccountTokenFilterPolicy:      WIN10.skipper.loc
[+] SeDenyNetworkLogonRight:            WIN7.skipper.loc
[+] SeDenyRemoteInteractiveLogonRight:  WIN7.skipper.loc

License

The tool is released under a 3-clause BSD License and maintained by MWR Info-Security. See the LICENSE file for details.

Contact

Please submit any bugs on the Github project page or give me a shout on twitter @den_n1s

sharpgpo-remoteaccesspolicies's People

Contributors

panagioto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.