jrmdev / mitm_relay

Hackish way to intercept and modify non-HTTP protocols through Burp & others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSLv3 Support

wdahlenburg opened this issue · comments

SSLv3 has been deprecated in the standard ssl library for Python 2 and 3.

Is there a solution for downgrading the ssl library to support ssl.PROTOCOL_SSLv3?

There is PROTOCOL_SSLv23, but I was unable to get this to send an SSLv3 handshake.

Use -t ssl3