dirkjanm / PKINITtools

Tools for Kerberos PKINIT and relaying to AD CS
MIT License
639 stars 77 forks source link

"Error detecting the version of libcrypto" #9

Open jsdhasfedssad opened 1 year ago

jsdhasfedssad commented 1 year ago

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. oscrypto

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.gitwhich will install the current master of oscrypto in which this issue is fixed.

aN0mad commented 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.