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

fix missing dependency #50

Closed
wants to merge 1 commit into from
Closed

fix missing dependency #50

wants to merge 1 commit into from

Conversation

noraj
Copy link

@noraj noraj commented May 13, 2022

$ poetry run pywerview                                                             
/usr/lib/python3.10/site-packages/redis/connection.py:72: UserWarning: redis-py works best with hiredis. Please consider installing
  warnings.warn(msg)
Traceback (most recent call last):
  File "/home/noraj/.cache/pypoetry/virtualenvs/pywerview-_cf-8Fel-py3.10/bin/pywerview", line 5, in <module>
    from pywerview.cli.main import main
  File "/home/noraj/.cache/pypoetry/virtualenvs/pywerview-_cf-8Fel-py3.10/lib/python3.10/site-packages/pywerview/cli/main.py", line 24, in <module>
    from pywerview.cli.helpers import *
  File "/home/noraj/.cache/pypoetry/virtualenvs/pywerview-_cf-8Fel-py3.10/lib/python3.10/site-packages/pywerview/cli/helpers.py", line 20, in <module>
    from pywerview.functions.net import NetRequester
  File "/home/noraj/.cache/pypoetry/virtualenvs/pywerview-_cf-8Fel-py3.10/lib/python3.10/site-packages/pywerview/functions/net.py", line 30, in <module>
    from pywerview.requester import LDAPRPCRequester
  File "/home/noraj/.cache/pypoetry/virtualenvs/pywerview-_cf-8Fel-py3.10/lib/python3.10/site-packages/pywerview/requester.py", line 40, in <module>
    import pywerview.formatters as fmt
  File "/home/noraj/.cache/pypoetry/virtualenvs/pywerview-_cf-8Fel-py3.10/lib/python3.10/site-packages/pywerview/formatters.py", line 21, in <module>
    from impacket.examples.ntlmrelayx.attacks.ldapattack import MSDS_MANAGEDPASSWORD_BLOB
  File "/home/noraj/.cache/pypoetry/virtualenvs/pywerview-_cf-8Fel-py3.10/lib/python3.10/site-packages/impacket/examples/ntlmrelayx/attacks/__init__.py", line 56, in <module>
    __import__(package + '.' + os.path.splitext(file)[0])
  File "/home/noraj/.cache/pypoetry/virtualenvs/pywerview-_cf-8Fel-py3.10/lib/python3.10/site-packages/impacket/examples/ntlmrelayx/attacks/ldapattack.py", line 43, in <module>
    from dsinternals.system.Guid import Guid
ModuleNotFoundError: No module named 'dsinternals'

@ThePirateWhoSmellsOfSunflowers
Copy link
Collaborator

Hi,

Thank for the report, however, this is in impacket bug. I've submitted a PR to fix it, see fortra/impacket#1320.

Closing.

🌻

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

Successfully merging this pull request may close these issues.

2 participants