-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: can't set attribute (on option attribute) #11
Comments
I believe this is because ModuleInfo now includes an attribute called options and we have a property options. https://github.com/allfro/pymetasploit/blob/master/src/metasploit/msfrpc.py#L1330 |
Your commit fixes the "AttributeError: can't set attribute" problem. Thank you so much. However I got another error with your fork. I always get "Connection refused" error when it tries to connect msfrpc. That's why I merged only commit e493c36 for myself and it works now. |
How are you loading msfrpc? |
|
7ebfeb5 remove github desktop garbage 3aef4ce remove ds 12916fe removing github desktop garbage 337b7ef Merge branch 'pr/3' 8ced22c Merge pull request #2 from Mikaayenson/pull_request_module_info_fix 02673ad remove ds store files e493c36 Don't try to set property attributes. Bug Fix: allfro/pymetasploit#11 5aca68c fixed whitespace mismatch 71f70bb deleted bak files 9616b58 Merge remote-tracking branch 'remotes/nnamon/master' 4b8f745 Merge remote-tracking branch 'remotes/ploq/master' 28b199f Merge remote-tracking branch 'remotes/72616e646f6d/master' 693fc68 Merge remote-tracking branch 'remotes/fallenbeck/master' c8b6909 Merge remote-tracking branch 'remotes/kyle-fd/master' 0a9b41e Removed check for DisablePayloadHandler in msfrpc. deeee19 changed httplib to http.client for python3 4aac15d Removed print 9e65d75 Python 3 compatibility bb87472 Update msfrpc.py d021b55 Create msfrpcdHandler.py f2a77fd fix bad chars in prompt 2741a93 Updated standard port git-subtree-dir: modules/pymetasploit git-subtree-split: 7ebfeb5a1d5ca0a7b58b09debc487c92f55033b6
The text was updated successfully, but these errors were encountered: