Skip to content
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

cannot execute koadic #3

Open
bassem97 opened this issue Dec 23, 2022 · 2 comments
Open

cannot execute koadic #3

bassem97 opened this issue Dec 23, 2022 · 2 comments

Comments

@bassem97
Copy link

After cloning the project and installing requirements when running koadic it throw this import error !

Traceback (most recent call last):
  File "/home/bassem/Desktop/koadic/./koadic", line 178, in <module>
    shell = core.shell.Shell(banner, __version__)
  File "/home/bassem/Desktop/koadic/core/shell.py", line 18, in __init__
    self.plugins = core.loader.load_plugins("modules", True, self)
  File "/home/bassem/Desktop/koadic/core/loader.py", line 36, in load_plugins
    env = __import__(file, )
  File "/home/bassem/Desktop/koadic/modules/implant/inject/mimikatz_dotnet2js.py", line 3, in <module>
    import core.cred_parser
  File "/home/bassem/Desktop/koadic/core/cred_parser.py", line 2, in <module>
    import tabulate
  File "/usr/lib/python3/dist-packages/tabulate.py", line 16, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
@offsecginger
Copy link
Owner

offsecginger commented Dec 23, 2022 via email

@bassem97
Copy link
Author

Its weird 🥺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants