-
Notifications
You must be signed in to change notification settings - Fork 60
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
HTTPSRelayClient #5
Comments
Can you tell me which version of Python you're running it with, and the version of impacket you have installed? |
Python 2.7.15+ |
@ubermedina You're probably running in a virtualenv right? Try running like this instead: |
I will validate but I am pretty sure that's exactly what I ran. |
@skorov the command you have is what I ran. |
Hmm strange. The error you are getting suggests that you're referencing an older version of impacket. |
Impacket v0.9.16-dev is my current installed version |
There's your problem. You need at least v0.9.17. Python context is always a tricky thing especially when you've installed impacket using both apt and pip. Which one will it use? |
okay with v0.9.17 installed I am still having the same issues. |
After a clean install of impacket and ExchangeRelayX, I receive the error below
Traceback (most recent call last):
File "exchangeRelayx.py", line 12, in
from impacket.examples.ntlmrelayx.clients.httprelayclient import HTTPSRelayClient
ImportError: cannot import name HTTPSRelayClient
Any suggestions to put me on the path to greatness would be appreciated.
The text was updated successfully, but these errors were encountered: