Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Downgrade the protocol #4

Closed
mpgn opened this issue Apr 7, 2018 · 6 comments
Closed

Downgrade the protocol #4

mpgn opened this issue Apr 7, 2018 · 6 comments
Assignees

Comments

@mpgn
Copy link
Owner

mpgn commented Apr 7, 2018

For now and after many attempt, I didn't find a proper way to downgrade the protocol to SSLv3 if TLS was negotiate first. (with old version of openssl/browser) that didn't support TLS Fallback SCSV.

Sending a Handshake failure during the handshake was not working for example with firefox. I also didn't find a real example internet.

@mpgn mpgn self-assigned this Apr 7, 2018
@mpgn
Copy link
Owner Author

mpgn commented Apr 22, 2018

Okay, I finally found a way ! but in chrome, not firefox 😆

image

This is the capture of the wireshark traffic, the proof :

downgrade.zip

I will implement the downgrade method during the next week and push the code after ! 😄

@christypriory
Copy link

It will be very helpful. Please let me know when it's available.

@christypriory
Copy link

Any updates related to pushing the code will be very helpful 👍

@mpgn
Copy link
Owner Author

mpgn commented May 2, 2018

image

@christypriory
Copy link

can't wait to test it 👍

mpgn added a commit that referenced this issue May 2, 2018
mpgn added a commit that referenced this issue May 2, 2018
@mpgn
Copy link
Owner Author

mpgn commented May 2, 2018

How it works ?

during the handshake (after the hello client), the exploit send a handshake_failure 15030000020228 then the browser should resend a hello client with SSLv3.0 as default protocol. Tested on chrome version 15 but it's not working on Firefox (I think he doesn't support protocol renegotiation)

@mpgn mpgn closed this as completed May 3, 2018
mpgn added a commit that referenced this issue May 7, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants