You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3 -m venv ./venv
$ source ./venv/bin/activate
$ pip3 install setuptools minidump minikerberos aiowinref msldap winacl
$ python3 setup.py install
$ python3 pypykatz
Traceback (most recent call line):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/ajmeese7/pypykatz/pypykatz/__main__.py", line 156, in<module>main()
File "/home/ajmeese7/pypykatz/pypykatz/__main__.py", line 14, in main
from pypykatz import logger
File "/home/ajmeese7/pypykatz/pypykatz/pypykatz.py", line 12, in<module>
from pypykatz.commons.common import KatzSystemInfo
ModuleNotFoundError: No module named 'pypykatz.commons';'pypykatz' is not a package
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: