Skip to content

Commit

Permalink
fix examples in sslsniff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Hörmann authored and yonghong-song committed Jul 8, 2020
1 parent 1b7aab1 commit d40c3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sslsniff.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
./sslsniff --no-openssl # don't show OpenSSL calls
./sslsniff --no-gnutls # don't show GnuTLS calls
./sslsniff --no-nss # don't show NSS calls
./sslsniff --hex # show data as hex instead of trying to decode it as UTF-8
./sslsniff --hexdump # show data as hex instead of trying to decode it as UTF-8
"""
parser = argparse.ArgumentParser(
description="Sniff SSL data",
Expand Down

0 comments on commit d40c3a7

Please sign in to comment.