rapid7 / ruby_smb

A native Ruby implementation of the SMB Protocol Family
Other
80 stars 80 forks source link

Add SamrQueryInformationDomain support #266

Closed zeroSteiner closed 3 months ago

zeroSteiner commented 3 months ago

Includes definitions for the return buffer and all the information classes it supports. This will be required by a forthcoming PR to Metasploit. The easiest way to test it will be in conjunction with those changes.

sjanusz-r7 commented 3 months ago

These changes have been tested in: https://github.com/rapid7/metasploit-framework/pull/19095 Landing this 👍

sjanusz-r7 commented 3 months ago

Release Notes

Adds handling of SamrQueryInformationDomain requests.