davebeiler
davebeiler
did you get this working?
I was able to use the api, but my output is missing signatures, im wondering if this is expected output from a free version. on hybrid-analysis.com](https://www.hybrid-analysis.com/) ![Screen Shot 2022-09-09 at...
same error on python 3.9 doesnt work either ``` def connect(self): self.server = SMBConnection(self.username, self.password,client,netbios_name,use_ntlm_v2=True) assert self.server.connect(self.ip,139) def list(self): ' list files of remote share ' filelist = self.server.listPath(self.sharename,'/') for...
No the documentation isn’t correct I was finally able to connect to it useing a better example On Sat, Feb 12, 2022 at 8:43 AM Michael Teo ***@***.***> wrote: >...