mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
ab9bae6b45
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
439 B
Text
10 lines
439 B
Text
SSLScan queries SSL services, such as HTTPS, in order to determine the
|
|
ciphers that are supported. SSLScan is designed to be easy, lean and
|
|
fast. The output includes prefered ciphers of the SSL service, the
|
|
certificate, and is in Text and XML formats.
|
|
|
|
Upstream recommends building statically against OpenSSL 1.1.1 for the
|
|
widest compatibility for scanning. You can build against the system
|
|
openssl with:
|
|
|
|
STATIC=no ./sslscan.SlackBuild
|