pymetasploit icon indicating copy to clipboard operation
pymetasploit copied to clipboard

AttributeError: can't set attribute

Open mavverick opened this issue 7 years ago • 1 comments

When I try to use a module , I get AttributeError: can't set attribute

client.modules.use('exploit', 'unix/ftp/vsftpd_234_backdoor') Traceback (most recent call last): File "", line 1, in File "build/bdist.linux-x86_64/egg/metasploit/msfrpc.py", line 1660, in use File "build/bdist.linux-x86_64/egg/metasploit/msfrpc.py", line 1485, in init File "build/bdist.linux-x86_64/egg/metasploit/msfrpc.py", line 1326, in init AttributeError: can't set attribute

mavverick avatar Nov 13 '17 16:11 mavverick

You need this commit:

https://github.com/Mikaayenson/pymetasploit/commit/e493c36ebae079e55aad343346a55b6240c56fb2

yg-ht avatar Jan 01 '18 23:01 yg-ht