Closed kirtimukh closed 4 years ago
For your first question, that issue is now resolved by PR #17
For your second, this exploit code was originally written for python2, but regardless most of it could be compatible with either version (if it runs then it runs). That said I will look into python2 versus python3 compatibility in the near future just in case there's more issues that exists similar to the mysmb.py issue.
Otherwise if you're not getting shells/the checker isn't returning vulnerability info, consider that the target may not be vulnerable 😄
am learning to exploit without metasploit. I came across autoblue when attempting to do so in HTB-blue.
When I do
python eternal_checker.py
i get errorsLine 427 in mysmb.py:
Line 567 in mysmb.py
I am stuck at how to best use it, py2 or py3. i tried using py2 and
msf5
afterpython eternalblue_exploit7.py [IP:XX:XX:XX] shellcode/sc_all.bin
Help please