dirkjanm / PKINITtools

Tools for Kerberos PKINIT and relaying to AD CS
MIT License
610 stars 76 forks source link

"Error detecting the version of libcrypto" #9

Open jsdhasfedssad opened 11 months ago

jsdhasfedssad commented 11 months 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 11 months 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.