rapid7 / ruby_smb

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

Add support to Null Session for SMBv2 and SMBv3 #183

Closed cdelafuente-r7 closed 2 years ago

cdelafuente-r7 commented 2 years ago

I noticed guest or anonymous access doesn't work with SMB2/3. This kind of access is not enabled by default on Windows, so I'm not sure if it would be super useful.

Testing against Windows Server 2019 with guest access enabled and SMBv1 disabled (see this documentation to enable guest access):

zeroSteiner commented 2 years ago

Is this still a problem since #190 was closed?

cdelafuente-r7 commented 2 years ago

Yes, absolutely. I retested this use case and it works great now. Thanks!