3ndG4me / AutoBlue-MS17-010

This is just an semi-automated fully working, no-bs, non-metasploit version of the public exploit code for MS17-010
MIT License
1.19k stars 311 forks source link

Upgrading code to support python3 #20

Closed 3ndG4me closed 4 years ago

3ndG4me commented 4 years ago

This PR adds full compatibility for python3 by updating byte references wherever strings are concatenated. At the time of testing the exploit works with both python3 and python2.7 but going forward only python3 will be supported.

This also updates the README to clarify necessary dependencies of the project. Currently its only impacket, the mysmb.py file that is included, and the metasploit framework to use the helper scripts.