i am running on fedora 15 ( python 2.7 )
i've tried the imapcket.smb against windows 2000 sp4 (frensh) , windows xp sp2 (frensh) , windows xp sp3 (frensh) and it worked perfectly , but when i use it against windows 7 (frensh) x64 it didn't work .
from my python :
>>> import impacket.smb as smb
>>> session = smb.SMB ( '*SMBSERVER' , '192.168.56.103' )
and i always get the following line :
>>> NetBIOSError ( 'Cannot request session', 240, 130 )
i can't understand why this is happening