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
Did you checked if the OS is vulnerable or not. When I did it I had the same problem because I didn't checked if my os is patched against it or not and later when I checked with cheker.py I found that my PC was patched so maybe that's why the error is occurring
我这边测试的时候是这样的,您看下您那边能帮我指导指导吗?
Traceback (most recent call last):
File "./zzz_exploit.py", line 996, in
exploit(target, pipe_name)
File "./zzz_exploit.py", line 794, in exploit
conn.login(USERNAME, PASSWORD, maxBufferSize=4356)
File "/root/桌面/MS17-010-master/mysmb.py", line 152, in login
smb.SMB.login(self, user, password, domain, lmhash, nthash, ntlm_fallback)
TypeError: login() takes at most 6 arguments (7 given)
The text was updated successfully, but these errors were encountered: