You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
I tried launching SMBRelay.py from Responder/tools directory resulted in below error.
Operating System: Kali 2.0 Sana
Target is running: ('Windows 8.1 Pro 9600', 'Windows 8.1 Pro 6.3')
Unhandled exception in thread started by <function RunInloop at 0xb6ed54c4>
Traceback (most recent call last):
File "SMBRelay.py", line 406, in RunInloop
worker = RunRelay(Target,Command,Domain)
File "SMBRelay.py", line 223, in RunRelay
s = socket(AF_INET, SOCK_STREAM)
TypeError: 'module' object is not callable
Help needed. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I tried launching SMBRelay.py from Responder/tools directory resulted in below error.
Operating System: Kali 2.0 Sana
Target is running: ('Windows 8.1 Pro 9600', 'Windows 8.1 Pro 6.3')
Unhandled exception in thread started by <function RunInloop at 0xb6ed54c4>
Traceback (most recent call last):
File "SMBRelay.py", line 406, in RunInloop
worker = RunRelay(Target,Command,Domain)
File "SMBRelay.py", line 223, in RunRelay
s = socket(AF_INET, SOCK_STREAM)
TypeError: 'module' object is not callable
Help needed. Thanks in advance.
The text was updated successfully, but these errors were encountered: