Hello i have got problems with crackmapexec, everythink was ok until i installed cme, now when i use crackmapexec i have got lots of warnings. Uninstall cme doesn’t help. Could someone tell me what i have to do ?
Hi,
maybe you will find it useful: https://www.askpython.com/python/examples/fix-cryptographydeprecationwarning-python
Good luck!
You need to reinstall CME. Remove it from the OS and then install properly. I think that’s the case.
Good luck!
Thanks for advices , but i reinstall whole system already…
1 Like
Oh… and - is it working now?
I had a similar issue with CME. After removing all the traces to it from my Kali VM - I reinstalled it one more time with all requirements. Next of course I found there is a way to apt install it.
Yes, now working and i add
“import warnings
warnings.filterwarnings(“ignore”)” to crackmapexec script and that annoying warning turn off
1 Like