OWASP / O-Saft

O-Saft - OWASP SSL advanced forensic tool
GNU General Public License v2.0
373 stars 86 forks source link

--no-cipher-alpn or --force-openssl does not disable #100

Closed bbaassssiiee closed 7 years ago

bbaassssiiee commented 7 years ago

[workspace] $ /bin/bash -xe /home/jenkins/tmp/jenkins3421667750711307123.sh

EnDe commented 7 years ago

thanks.

I'll check if the Hint message needs to be corrected.

EnDe commented 7 years ago

can you please post the result of:

o-saft.pl --version|egrep -i '(::SSLeay|openssl)'

bbaassssiiee commented 7 years ago

*WARNING: 145: openssl s_client does not support '-serverinfo'; checks without TLS extension disabled
**WARNING: 143: SSL version 'SSLv2': not supported by Net::SSLeay; not checked
**WARNING: 143: SSL version 'TLSv13': not supported by Net::SSLeay; not checked
    Net::SSLeay::
       ::OPENSSL_VERSION_NUMBER()    0x1000105f (268439647)
       ::SSLeay()                    0x1000105f (268439647)
    Net::SSLeay::SSLeay_version()    OpenSSL 1.0.1e-fips 11 Feb 2013
= openssl =
    external executable              /bin/openssl
    version of external executable   OpenSSL 1.0.1e-fips 11 Feb 2013
    full path to openssl.cnf file    <<undef>>
    common openssl.cnf files         /usr/lib/ssl/openssl.cnf /etc/ssl/openssl.cnf /System//Library/OpenSS/openssl.cnf /usr/ssl/openssl.cnf
    common paths to PEM files for CAs /etc/ssl/certs /usr/lib/certs /System/Library/OpenSSL
    openssl supported SSL versions   SSLv3 TLSv1 TLSv11 TLSv12
    Net::SSLeay            1.81     /usr/local/lib64/perl5/Net/SSLeay.pm
EnDe commented 7 years ago

Hmm, sounds like there is another problem beside the missleading text in the Hint message. After getting the new version of o-saft-dbx.pm, can you please post the results of

  o-saft.pl --v --v +version|grep Net::SSLeay
  o-saft.pl --v +quit|sed -n '/HASH:/,/HASH:/p'
EnDe commented 7 years ago

Fixed in o-saft.pl. The hint message was wrong; corrected. The check for the warnings and hints has also been improved.