nabla-c0d3 / sslyze

Fast and powerful SSL/TLS scanning library.
GNU Affero General Public License v3.0
3.25k stars 450 forks source link

Segmentation Fault for Most Targets #594

Closed onurgule closed 1 year ago

onurgule commented 1 year ago

I am using OpenSSL version 1.1.1k and when I tried to use sslyze, it gives segmentation fault for most targets.

Screen Shot 2023-01-23 at 16 48 18

Logs in /var/log/message:

Screen Shot 2023-01-23 at 16 53 27

It seems there is a bug with libcrypto.so.1.1.1k file.

Environment:

Additionally, it works with some targets: Screen Shot 2023-01-23 at 17 05 28

I'm not sure if it's related with the issue #556.

nabla-c0d3 commented 1 year ago

It is the same issue as https://github.com/nabla-c0d3/sslyze/issues/556 - I will close this one here as a duplicate. Thanks

onurgule commented 1 year ago

I tried to fix with RHEL but it needs to upgrade to 9 because of the OpenSSL dependencies. Had to change hosts to Kali, if anyone facing the same problem in the future. Thanks.