MS17-010-Python
MS17-010-Python copied to clipboard
MS17-010: Python and Meterpreter
Results
2
MS17-010-Python issues
Sort by
recently updated
recently updated
newest added
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.
enhancement