Closed Talanor closed 5 years ago
Report the bug in upstream, please. Because it's a exploit-specific issue we can't do much. Anyways, install the package impacket
and see if it's fixed.
@Edu4rdSHL FYI: You're missing a dependency in the PKGBUILD: python-pycryptodomex
Bug description
I get this error message: https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/windows/smb/ms17_010_eternalblue_win8.py#L672 when trying to run the ms17_010_eternalblue_win8 exploit from metasploit. By quickly looking at the source code, we can see that it comes from this line: https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/windows/smb/ms17_010_eternalblue_win8.py#L9.
Steps to reproduce
either:
or:
Actual result: Import unsuccessful Expected result: Import successful
It happens on a fresh install. Regards,