Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 674 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 674 Bytes

ssld-extract v1.04f

SSLDump filtering tool

ssld-extact [-n x,y | -p n,m] [-c] [-t] [ssldump filename | - (pipe)]

Extract one or more connections from a SSL dump file.

Usage:
  -n    comma separated list of connection numbers (no spaces allowed)
  -p    comma separated list of client port numbers (no spaces allowed)
  -t    convert unix timestamps to human-readable dates
  -c    use colours
  -h    this text

PLEASE NOTE: -n overrides -p, so when used together -p will not have any effect.

Also encluded:

ssld-extract.py (python edition) v0.12j, Alex Kozadaev(c)
ssld-extract.pl (perl edition) v0.22, Alex Kozadaev(c)