Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ioerror committed Aug 19, 2010
1 parent 5dfb1cd commit f9886f3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Fix the certificate formatting (prefix it with whitespace)
Add support for SOCKS5 proxy (or audit for 'usewithtor')
Add support for SNI:
http://en.wikipedia.org/wiki/Server_Name_Indication
Update man page
Add tests for a given set of hosts that are known to be interesting
Add STARTTLS support for LDAP:
http://www.rfc-editor.org/rfc/rfc2830.txt
Expand Down
30 changes: 22 additions & 8 deletions sslscan.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH SSLSCAN 1 "May 19, 2009"
.SH NAME
sslscan \- Fast SSL scanner
sslscan \- Fast SSL/TLS scanner
.SH SYNOPSIS
.B sslscan
.RI [ options ] " [host:port | host]"
Expand All @@ -9,11 +9,11 @@ This manual page documents briefly the
.B sslscan
command
.PP
\fBsslscan\fP queries SSL services, such as HTTPS, in order to determine the
\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 service,
ciphers of the SSL/TLS service,
.br
the certificate and output is in text and XML formats.
.SH OPTIONS
Expand Down Expand Up @@ -54,10 +54,23 @@ The password for the private key or PKCS#12 file.
.B \-\-certs=<file>
A file containing PEM/ASN1 formatted client certificates.
.TP
.B \-\-starttls
Executes a STARTTLS in order to test the SSL capabilities
of an SMTP service with TLS support. This option automatically
forces TLS only ciphers, no need to specify it.
.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
Expand All @@ -70,6 +83,7 @@ Enables workarounds for SSL bugs.
Output results to an XML file.
.br
.SH AUTHOR
sslscan was written by Ian Ventura-Whiting <fizz@titania.co.uk>.
sslscan was originally written by Ian Ventura-Whiting <fizz@titania.co.uk>.
sslscan was extended by Jacob Appelbaum <jacob@appelbaum.net>.
.br
This manual page was originally written by Marvin Stark <marv@der-marv.de>.

0 comments on commit f9886f3

Please sign in to comment.