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

Module to read/write registry key security descriptor remotely #19115

Merged

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    1294ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4794844 View commit details
    Browse the repository at this point in the history
  3. Code review

    cdelafuente-r7 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4f6e2bc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    9079ce3 View commit details
    Browse the repository at this point in the history
  2. Bump ruby_smb to version 3.3.7

    - This will bring in the GetKeySecurity and SetKeySecurity MS-RRP structures
    cdelafuente-r7 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    52001bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91be90c View commit details
    Browse the repository at this point in the history
  4. Code review

    - remove `#auxiliary_commands`, it is not necessary anymore
    - move the connection logic to a separate method
    - make sure the connection to Winreg is setup when using direct `read`
      and `write` commands
    - fix wrong method call to `save_to_file`
    cdelafuente-r7 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6849e90 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Code review rapid7#2

    cdelafuente-r7 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f1ee10f View commit details
    Browse the repository at this point in the history