MS17-010-Python
MS17-010-Python copied to clipboard
Pass-the-hash
According to the mysmb.py, it seems like pass-the-hash may be viable.
def login(self, user, password, domain='', lmhash='', nthash='', ntlm_fallback=True, maxBufferSize=None)
Probably worth looking into.