miketeo/pysmb

Problem performing listPath using SMB1 with version 1.2.8 (similar to issue #195)

baxtee1 opened this issue · 0 comments

It appears I'm getting the same issue when trying to use SMB1 with version 1.2.8.
==================== SMB Message 0 ====================
SMB Header:

Command: 0x75 (SMB_COM_TREE_CONNECT_ANDX)
Status: NTSTATUS=0x00000000
Flags: 0x18
Flags2: 0xC841
PID: 791562
UID: 2048
MID: 4
TID: 0
Security: 0x0000000000000000
Parameters: 8 bytes
Data: 59 bytes
SMB Data Packet (hex):

The same code works as expected when connecting to the remote system when using SMB2, but I need to handle connecting to SMB1 only systems as well.