Advertisement
Guest User

TLS Extended Master Checker Example Syntax

a guest
Nov 17th, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. $ ./TLS_Extended_Master_Checker.py 10.0.1.11 3389
  2. ***Tripwire VERT TLS Triple Handshake Detection Tool (Extended Master Secret Extension Checker) v0.1***
  3. Brought to you by Tripwire VERT (@TripwireVERT)
  4. [TLSv1.2] 10.0.1.11:3389 responded with support for Extended Master Secret TLS Extension
  5. [TLSv1.1] 10.0.1.11:3389 responded with support for Extended Master Secret TLS Extension
  6. [TLSv1] 10.0.1.11:3389 responded with support for Extended Master Secret TLS Extension
  7. No need to patch. (Server indicates support for TLS Extended Master Secret)
  8. $ ./TLS_Extended_Master_Checker.py www.google.com
  9. ***Tripwire VERT TLS Triple Handshake Detection Tool (Extended Master Secret Extension Checker) v0.1***
  10. Brought to you by Tripwire VERT (@TripwireVERT)
  11. [TLSv1.2] www.google.com:443 responded with support for Extended Master Secret TLS Extension
  12. [TLSv1.1] www.google.com:443 responded with support for Extended Master Secret TLS Extension
  13. [TLSv1] www.google.com:443 responded with support for Extended Master Secret TLS Extension
  14. No need to patch. (Server indicates support for TLS Extended Master Secret)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement