skorov
skorov
@ubermedina You're probably running in a virtualenv right? Try running like this instead: `python exchangeRelayx.py -t https://mail.example.com`
Hmm strange. The error you are getting suggests that you're referencing an older version of impacket. What output does this command give you? `python -c 'from impacket.version import BANNER; print(BANNER)'`
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?
Hi @samuel82333 I'm sorry, but I'm not maintaining this project anymore. I suggest you try a different tool. The script uses cron jobs, so it's not going to work in...
Thanks @naterobbified I'll take a look. But might not be for a week or two. Sorry about that!
I get this error every time I reboot. @PedroLamas Do you if there's a more permanent workaround until the issue gets resolved? Thanks for the investigation btw!