Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gpp.rb to display GPO name #12258

Merged
merged 5 commits into from
Sep 26, 2019
Merged

Commits on Aug 31, 2019

  1. Update gpp.rb to display GPO name

    GPO files on SYSVOL do only include the GPO GUID, not the GPO name defined by the administrator. This modification makes this gpp module make an ADSI query to retrieve all of the domain's GPOs, and compare their GUID. If one GUID matches, then we know the GPO name and we can display it. On a pentest, a client is much more interested by knowing the GPO name rather than the obscure GUID. The ADSI query relies on meterpreter "extapi" extension.
    gkweb76 committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    71b825e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    13560e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Make the modification suggested by @acammack-r7

    Directly insert the new value in the "table", instead of modifying the screen output manually. Simpler and cleaner, thanks @acammack-r7 !
    gkweb76 committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    88d424c View commit details
    Browse the repository at this point in the history
  2. Fixed wrong previous commit

    gkweb76 committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    a2d2475 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Restore a "print" to "print_good"

    Aesthetics modification
    gkweb76 committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    795e0eb View commit details
    Browse the repository at this point in the history