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
{{ message }}
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
Looks very useful. After installing I unfortunately am receiving the following:
Traceback (most recent call last):
File "portia.py", line 9, in
from deps.secretsdump import *
File "/root/portia/deps/secretsdump.py", line 56, in
from impacket.examples.secretsdump import LocalOperations, RemoteOperations, SAMHashes, LSASecrets, NTDSHashes
ImportError: No module named secretsdump
any thoughts? Thanks
The text was updated successfully, but these errors were encountered:
Try to run python -->
from impacket import version
version
My impacket Module files were in the /home/.local/lib/python2.7/site-packages/impacket directory. I Just updated all those files with the newest Impacket files, now it works.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks very useful. After installing I unfortunately am receiving the following:
Traceback (most recent call last):
File "portia.py", line 9, in
from deps.secretsdump import *
File "/root/portia/deps/secretsdump.py", line 56, in
from impacket.examples.secretsdump import LocalOperations, RemoteOperations, SAMHashes, LSASecrets, NTDSHashes
ImportError: No module named secretsdump
any thoughts? Thanks
The text was updated successfully, but these errors were encountered: