ly4k / Certipy

Tool for Active Directory Certificate Services enumeration and abuse
MIT License
2.34k stars 318 forks source link

pip install requires #207

Open sec13b opened 6 months ago

sec13b commented 6 months ago

it is necessary to be required version cryptography>=39.0 , latest is cryptography 42.0.5

some version affect another script functions.

install_requires=[ "asn1crypto", "cryptography>=39.0", pip install cryptography cryptography 42.0.5 "impacket", "ldap3", "pyasn1==0.4.8", pip install pyasn1 "dnspython", "dsinternals", "pyopenssl>=23.0.0", pip install pyOpenSSL pyOpenSSL 24.1.0 "requests", "requests_ntlm", 'winacl; platform_system=="Windows"', 'wmi; platform_system=="Windows"', "pycryptodome", "unicrypto"