jrmdev / mitm_relay

Hackish way to intercept and modify non-HTTP protocols through Burp & others.
Apache License 2.0
582 stars 97 forks source link

Added SSL/TLS version param #8

Closed antnks closed 5 years ago

antnks commented 5 years ago

Added command line switch to specify which SSL/TLS version to force. The default is PROTOCOL_TLS

For example, the default behavior when running against an old XMPP service is this:

S >> C [ xxxxxx:5222 >> xxxxx:54010 ] [ Wed 13 Mar 13:59:33 ] [ 7 ]  
00000000:  15 03 03 00 02 02 50                              |......P|
[+] Server disconnected ('xxxxx', 5222)

With -t tls1 you can force TLSv1