knownsec / pocsuite3

pocsuite3 is an open-sourced remote vulnerability testing framework developed by the Knownsec 404 Team.
https://pocsuite.org
Other
3.66k stars 783 forks source link

module 'lib' has no attribute 'X509_get_notBefore' #280

Closed 13ph03nix closed 2 years ago

13ph03nix commented 2 years ago

Compatibility issues with higher versions of cryptography

13ph03nix commented 2 years ago

Upgrading pyopenssl will resolve this error. Cryptography removed the binding because pyopenssl 19.1 and above no longer depend on it.