-
Notifications
You must be signed in to change notification settings - Fork 22
/
sslscan.1
90 lines (90 loc) · 1.98 KB
/
sslscan.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.TH SSLSCAN 1 "May 19, 2009"
.SH NAME
sslscan \- Fast SSL/TLS scanner
.SH SYNOPSIS
.B sslscan
.RI [ options ] " [host:port | host]"
.SH DESCRIPTION
This manual page documents briefly the
.B sslscan
command
.PP
\fBsslscan\fP queries SSL/TLS services, such as HTTPS, in order to determine the
ciphers that are supported.
.br
SSLScan is designed to be easy, lean and fast. The output includes preferred
ciphers of the SSL/TLS service,
.br
the certificate and output is in text and XML formats. It is TLS SNI aware when
used with a supported version of OpenSSL.
.SH OPTIONS
.TP
.B \-\-help
.br
Show summary of options.
.TP
.B \-\-version
Show version of program.
.TP
.B \-\-targets=<file>
A file containing a list of hosts to
check. Hosts can be supplied with
ports (i.e. host:port). One target per line.
.TP
.B \-\-no\-failed
List only accepted ciphers
(default is to listing all ciphers).
.TP
.B \-\-ssl2
.br
Only check SSLv2 ciphers.
.TP
.B \-\-ssl3
.br
Only check SSLv3 ciphers.
.TP
.B \-\-pk=<file>
A file containing the private key or
a PKCS#12 file containing a private
key/certificate pair (as produced by
MSIE and Netscape).
.TP
.B \-\-pkpass=<password>
The password for the private key or PKCS#12 file.
.TP
.B \-\-certs=<file>
A file containing PEM/ASN1 formatted client certificates.
.TP
.B \-\-renegotiation
Attempt TLS renegotiation
.TP
.B \-\-starttls\-ftp
STARTTLS setup for FTP
.TP
.B \-\-starttls\-imap
STARTTLS setup for IMAP
.TP
.B \-\-starttls\-pop3
STARTTLS setup for POP3
.TP
.B \-\-starttls\-smtp
STARTTLS setup for SMTP
.TP
.B \-\-starttls\-xmpp
STARTTLS setup for XMPP
.TP
.B \-\-html
Makes a HTML request after a successful connection and returns
the server response code.
.TP
.B \-\-bugs
Enables workarounds for SSL bugs.
.TP
.B \-\-xml=<file>
Output results to an XML file.
.br
.SH AUTHOR
sslscan was originally written by Ian Ventura-Whiting <[email protected]>.
sslscan was extended by Jacob Appelbaum <[email protected]>.
.br
This manual page was originally written by Marvin Stark <[email protected]>.