rapid7 / ruby_smb

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

SMB Server breaks with Windows 11 client (add new Negotiate Context) #205

Closed cdelafuente-r7 closed 2 years ago

cdelafuente-r7 commented 2 years ago

The SMB Server breaks when trying to parse a Negotiate request from Windows 11 client. It looks like the reason is because two new Negotiate Context types have been added and need to be implemented SMB2_RDMA_TRANSFORM_CAPABILITIES and SMB2_SIGNING_CAPABILITIES.