SySS-Research / Seth

Perform a MitM attack and extract clear text credentials from RDP connections
MIT License
1.38k stars 325 forks source link

fix: ValueError: sni_callback cannot be set on TLS_CLIENT context #56

Closed spameier closed 1 year ago

spameier commented 1 year ago

fixes #55

AdrianVollmer commented 1 year ago

Awesome, thanks. My guess is that the issue came with this change: https://github.com/python/cpython/pull/25455

So it should affect all users with python>=3.10.

I can't test right now, but as soon as someone confirms I'll merge