File: control

package info (click to toggle)
sslscan 2.0.7-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 928 kB
  • sloc: ansic: 5,325; sh: 353; python: 163; makefile: 120
file content (20 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: sslscan
Section: utils
Priority: optional
Maintainer: Jhon Alejandro Marin Rodriguez <jamarin90@gmail.com>
Homepage: https://github.com/rbsec/sslscan
Build-Depends: debhelper-compat (= 13), libssl-dev
Standards-Version: 4.5.1
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.