1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: sslscan
Section: utils
Priority: optional
Maintainer: Jhon Alejandro Marin Rodriguez <jamarin90@gmail.com>
Homepage: https://github.com/rbsec/sslscan
Vcs-Git: https://salsa.debian.org/debian/sslscan.git
Vcs-Browser: https://salsa.debian.org/debian/sslscan
Build-Depends: debhelper-compat (= 13), libssl-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Package: sslscan
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tests SSL/TLS enabled services to discover supported cipher suites
This tool allow queries SSL/TLS services (such as HTTPS) and reports the
protocol versions, cipher suites, key exchanges, signature algorithms, and
certificates in use. This helps the user understand which parameters are
weak from a security standpoint.
.
sslscan can also output results into an XML file for easy consumption by
external programs.
|