fortra / impacket

Impacket is a collection of Python classes for working with network protocols.
https://www.coresecurity.com
Other
13.31k stars 3.54k forks source link

smbserver.py: SMB2 not support???? #1501

Closed fengyingkong closed 1 year ago

fengyingkong commented 1 year ago

image

I'm just a client initiating a request to query a file, but it keeps saying that SMB2 is not supported.

0xdeaddood commented 1 year ago

Hi @fengyingkong!

Sorry for the late reply. That error means that the client does not support SMB2, so the server is fallbacking to SMB1. Then, the connection is established using that version.

Closing