-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
446 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ | |
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY SUCH DAMAGE. | ||
.TH SSLDUMP 1 "2nd February 2021 - version 1.3" | ||
.TH SSLDUMP 1 "9th April 2023 - version 1.7" | ||
.SH NAME | ||
ssldump \- dump SSL traffic on a network | ||
.SH SYNOPSIS | ||
|
@@ -107,9 +107,11 @@ interpret them as SSL/TLS traffic. When it identifies SSL/TLS | |
traffic, it decodes the records and displays them in a textual | ||
form to stdout. If provided with the appropriate keying material, | ||
it will also decrypt the connections and display the application | ||
data traffic. | ||
data traffic. It supports various version of SSL/TLS up to TLS version 1.3. | ||
It also includes support for JSON output or JA3 support. | ||
.LP | ||
\fIssldump\fP has been tested on FreeBSD, Linux, Solaris, and HP/UX. Since | ||
\fIssldump\fP has been originally tested on FreeBSD, Linux, Solaris, and HP/UX. \fIssldump\fP has | ||
mainly a new build process and it's mainly tested on different Linux flavors. Since | ||
it's based on PCAP, it should work on most platforms. However, unlike | ||
tcpdump, \fIssldump\fP needs to be able to see both sides of the data | ||
transmission so you may have trouble using it with network taps such | ||
|
@@ -566,7 +568,7 @@ is encrypted we can only tell that it is an alert. | |
.LP | ||
.SH BUGS | ||
.LP | ||
Please send bug reports to ssldump@rtfm.com. | ||
Please send bug reports to https://github.com/adulau/ssldump | ||
.LP | ||
The TCP reassembler is not perfect. No attempt is made to reassemble IP | ||
fragments and the 3-way handshake and close handshake are imperfectly | ||
|
@@ -586,4 +588,4 @@ resumed sessions. | |
.LP | ||
.SH AUTHOR | ||
.LP | ||
\fIssldump\fP was originally written by Eric Rescorla <[email protected]>. Maintained by a bunch of volunteers, see https://github.com/adulau/ssldump/blob/master/CREDITS - Copyright (C) 2015-2021 the aforementioned volunteers | ||
\fIssldump\fP was originally written by Eric Rescorla <[email protected]>. Maintained by a bunch of volunteers, see https://github.com/adulau/ssldump/blob/master/CREDITS - Copyright (C) 2015-2023 the aforementioned volunteers |
Oops, something went wrong.