lgandx / PoC

Various PoCs
489 stars 199 forks source link

not working #8

Closed alirezakhabir closed 7 years ago

alirezakhabir commented 7 years ago

i run WIN10.py and then see this error :

Traceback (most recent call last): File "Win10.py", line 423, in launch = SocketServer.TCPServer(('', 445),SMB2) File "/usr/lib/python2.7/SocketServer.py", line 417, in init self.server_bind() File "/usr/lib/python2.7/SocketServer.py", line 431, in server_bind self.socket.bind(self.server_address) File "/usr/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) socket.error: [Errno 98] Address already in use

what am i doing

agowa commented 7 years ago

Port 445 is already in use by the windows smb server service. So use different port for your custom smb server. Or try running it on a linux box without samba installed.

alirezakhabir commented 7 years ago

yes tnx u so much