johndekroon / serializekiller

Mass scanner for the Java serialize bug
The Unlicense
148 stars 40 forks source link

How to fix the SSL lib issue #11

Closed syrius01 closed 6 years ago

syrius01 commented 7 years ago

Hi,

I know it's a known issue that some SSL libs gets the following error msg;

! WARNING: Your SSL lib isn't supported. Results might be incomplete.

The question would be how to fix our SSL libs to work 100% with serializekiller ?

Thanks for your time,

syrius01

johndekroon commented 7 years ago

Hi Syrius01,

You need a SSL lib that supports create_default_context(). Which one do you use?

syrius01 commented 7 years ago

apt-cache policy openssl openssl: Installed: 1.0.1f-1ubuntu2.21 Candidate: 1.0.1f-1ubuntu2.22 Version table: 1.0.1f-1ubuntu2.22 0 500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages 500 http://archive.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages *** 1.0.1f-1ubuntu2.21 0 100 /var/lib/dpkg/status 1.0.1f-1ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

syrius01 commented 6 years ago

Now I get:

! Could not check Jenkins on https. Maybe your SSL lib is broken.

Any help would be appreciated,

Thanks

syrius01 commented 6 years ago

Used another linux distrib (Kali Linux) and it's all good.