Open jsdhasfedssad opened 1 year ago
Can confirm, I encountered this issue as well and the temporary fix from @jsdhasfedssad of installing as per the official instructions, pip3 install -I git+https://github.com/wbond/oscrypto.git
worked and I was able to run the tooling.
Hi,
Thank you for this tool.
Upon testing this today on the latest version of Kali I get the below error. I have installed PKINITools as per your instructions here. I believe that https://github.com/wbond/oscrypto/issues/78 is the issue. I also reported the same issue for LdapRelayScan but the fix I found there does not work here. Perhaps because oscrypto is installed during installation of minikerberos and therefore cannot be commented out and replaced.
This is becoming an epidemic. Vital tools are no longer working.
Update 1: Found a temporary fix for this issue. After installing as per the official instructions, execute
pip3 install -I git+https://github.com/wbond/oscrypto.git
which will install the current master of oscrypto in which this issue is fixed.