fix(smb): set self.protocol property
parent
59d82f1be3
commit
9104c9b198
|
@ -163,6 +163,7 @@ class smb(connection):
|
|||
self.pvkbytes = None
|
||||
self.no_da = None
|
||||
self.no_ntlm = False
|
||||
self.protocol = "SMB"
|
||||
|
||||
connection.__init__(self, args, db, host)
|
||||
|
||||
|
|
Loading…
Reference in New Issue