D00MFist / Mystikal

macOS Initial Access Payload Generator
BSD 3-Clause "New" or "Revised" License
285 stars 39 forks source link

TypeError: __init__() got an unexpected keyword argument 'selected_os' #7

Closed HSIS007 closed 2 years ago

HSIS007 commented 3 years ago

Please make a choice: 4 Selected Office Macros: VBA SubMenu Choice: Choose 1 of 4 choices Choose 1 for VBA Macros for Word Choose 2 for VBA Macros for Excel Choose 3 for VBA Macros for PowerPoint Choose 4 to exit Please make a choice: 1 [+] Logging into Mythic Traceback (most recent call last): File "mystikal.py", line 161, in main() File "mystikal.py", line 73, in main office_macros_menu() File "mystikal.py", line 136, in office_macros_menu macro_word() File "/Users/ccccc/Downloads/Mystikal/Modules/Macro_Word.py", line 104, in macro_word loop.run_until_complete(main()) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete return future.result() File "/Users/cccc/Downloads/Mystikal/Modules/Macro_Word.py", line 86, in main await scripting() File "/Users/ccc/Downloads/Mystikal/Modules/Macro_Word.py", line 30, in scripting p = mythic_rest.Payload( TypeError: init() got an unexpected keyword argument 'selected_os'

D00MFist commented 3 years ago

You may have an old pypi package for mythic The latest as of 10/25/21 is 0.0.25 Try python3 -m pip uninstall -y mythic && python3 -m pip install mythic Also make sure you are using the latest version of mythic which as of 10/25/21 is 2.2.14