MS17-010-Python icon indicating copy to clipboard operation
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

The code is super messy, needs a proper refactor at some point.

enhancement