We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The targetsutils.py is missing from the /lib/utils/ folder! So, when you run the krbrelayx.py you get the following error:
targetsutils.py
/lib/utils/
krbrelayx.py
ImportError: No module named targetsutils
However, this can be easily resolved by copying impacket's targetsutils.py under your project's folder /lib/utils/.
The text was updated successfully, but these errors were encountered:
fix imports (solves #1)
59b8b3c
Thanks, seems I forgot to change this import to ntlmrelayx after I cleaned up the lib folders!
Sorry, something went wrong.
No branches or pull requests
The
targetsutils.py
is missing from the/lib/utils/
folder! So, when you run thekrbrelayx.py
you get the following error:However, this can be easily resolved by copying impacket's
targetsutils.py
under your project's folder/lib/utils/
.The text was updated successfully, but these errors were encountered: