3ndG4me/AutoBlue-MS17-010

Fix?

TheProphecy opened this issue · 1 comments

python eternalblue_checker.py xxx.xxx.xxx.xxx Target OS: Traceback (most recent call last): File "eternalblue_checker.py", line 42, in <module> conn.login(USERNAME, PASSWORD) File "/root/AutoBlue-MS17-010/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)

Just read up on it, found a fix here worawit/MS17-010#13