1SSLSCAN(1) General Commands Manual SSLSCAN(1)
2
3
4
6 sslscan - Fast SSL scanner
7
9 sslscan [options] [host:port | host]
10
12 This manual page documents briefly the sslscan command
13
14 sslscan queries SSL services, such as HTTPS, in order to determine the
15 ciphers that are supported.
16 SSLScan is designed to be easy, lean and fast. The output includes pre‐
17 ferred ciphers of the SSL service,
18 the certificate and output is in text and XML formats.
19
21 --help
22 Show summary of options.
23
24 --version
25 Show version of program.
26
27 --targets=<file>
28 A file containing a list of hosts to check. Hosts can be sup‐
29 plied with ports (i.e. host:port). One target per line.
30
31 --no-failed
32 List only accepted ciphers (default is to listing all ciphers).
33
34 --ssl2
35 Only check SSLv2 ciphers.
36
37 --ssl3
38 Only check SSLv3 ciphers.
39
40 --pk=<file>
41 A file containing the private key or a PKCS#12 file containing a
42 private key/certificate pair (as produced by MSIE and Netscape).
43
44 --pkpass=<password>
45 The password for the private key or PKCS#12 file.
46
47 --certs=<file>
48 A file containing PEM/ASN1 formatted client certificates.
49
50 --starttls
51 Executes a STARTTLS in order to test the SSL capabilities of an
52 SMTP service with TLS support. This option automatically forces
53 TLS only ciphers, no need to specify it.
54
55 --html Makes a HTML request after a successful connection and returns
56 the server response code.
57
58 --bugs Enables workarounds for SSL bugs.
59
60 --xml=<file>
61 Output results to an XML file.
62
64 sslscan was written by Ian Ventura-Whiting <fizz@titania.co.uk>.
65 This manual page was originally written by Marvin Stark <marv@der-
66 marv.de>.
67
68
69
70 May 19, 2009 SSLSCAN(1)