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

Target Domain Flags for GetNPUsers & GetADUser #1717

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 18, 2024

  1. Added Cross-Domain Trust Capabilities

    Fixed a logic bug that originally retrieved the LDAP domain search scope from the specified user credentials. 
    A new flag now exists called -targetdomain, which can be used to ASREP-Roast in a targeted domain of your choice. 
    
    The Argument Parsing function was modified to allow for this new functionality as well as the getTGT function to check if a target domain is specified. If so, it will use that instead of the domain. Lastly, the init function for declaring the LDAP search scope.
    Sq00ky committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ff1332b View commit details
    Browse the repository at this point in the history
  2. Update GetNPUsers.py

    Fixed line length to align with coding standards.
    Sq00ky committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b82a9f1 View commit details
    Browse the repository at this point in the history
  3. Update GetADUsers.py

    Fixed previously mentioned domain restriction issue (in GetNPUsers.py commit) for GetADUsers.py.
    New -targetdomain flag has been added to specify a separate domain in case of a domain trust; the argument parsing, and init functions have been modified to support the target domain flag.
    Sq00ky committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    564d2dc View commit details
    Browse the repository at this point in the history
  4. Update GetNPUsers.py

    Switched back to "/usr/bin/env python"
    Sq00ky committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bc8c633 View commit details
    Browse the repository at this point in the history
  5. Update GetADUsers.py

    Sq00ky committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    591ba44 View commit details
    Browse the repository at this point in the history