-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wind10.py running error #1
Comments
Are you running this on windows or linux? |
@lgandx uesed on Ubuntu 14.04 |
s4nt789, Everythings fine, the server is running. The victim machine just needs to connect to the smb server for it to work |
Code:
launch = SocketServer.TCPServer(('192.168.40.131',445),SMB2)
Running error:
socket.error: [Errno 10049]
The target server opened the 445 port, and I turned off the firewall.
The text was updated successfully, but these errors were encountered: