Earlier quoted context omitted.
Unfortunately, Zoom deliberately cripples their web app to the point of being unusable. If your employer uses Zoom, there's no way to avoid the native app.
lol we use Zoom for most of our meetings and I always used the web app, without any issues.
Zoom RCE from Pwn2Own 2021
21–30 of 126 posts
Re: Zoom RCE from Pwn2Own 2021
#22FTA: "Using a combination of proxies, modified DNS records, sslsplit and a new CA certificate installed in Windows, we were able to inspect all traffic, including HTTP and XMPP, in our test environment." I have setup wireshark for troubleshooting. That's about it. What's the role of proxies, modified DNS records etc. in this setup? How can I duplicate this? Thanks.
For stuff using nss(Firefox)/openssl/gnutls - you can usually just ask nicely for a copy:
> The key log file is a text file generated by applications such as Firefox, Chrome and curl when the SSLKEYLOGFILE environment variable is set. To be precise, their underlying library (NSS, OpenSSL or boringssl) writes the required per-session secrets to a file. This file can subsequently be configured in Wireshark
https://wiki.wireshark.org/TLS#TLS_Decryption
https://gnutls.org/manual/html_node/Debugging-and-auditing.h...
Re: Zoom RCE from Pwn2Own 2021
#23Earlier quoted context omitted.
To be frank, if Zoom was a web only app (or maybe web plus web-in-a-electron like eg Slack and WhatsApp) there'd be a vocal HN crowd complaining that there was no proper native app.
Last I checked you didn’t have to install anything. I’m not sure about more advanced usage like screen sharing or how many timing options their are, but for generic “see me, see you” it works fine in the browser.
Re: Zoom RCE from Pwn2Own 2021
#24No one should be installing native apps for this now that we have WebRTC.
Re: Zoom RCE from Pwn2Own 2021
#25No one should be installing native apps for this now that we have WebRTC.
Unfortunately, Zoom deliberately cripples their web app to the point of being unusable. If your employer uses Zoom, there's no way to avoid the native app.
Re: Zoom RCE from Pwn2Own 2021
#26Re: Zoom RCE from Pwn2Own 2021
#27This is why I only run Zoom in Firejail.
Re: Zoom RCE from Pwn2Own 2021
#28This is why I only run Zoom in Firejail.
Re: Zoom RCE from Pwn2Own 2021
#29FTA: "Using a combination of proxies, modified DNS records, sslsplit and a new CA certificate installed in Windows, we were able to inspect all traffic, including HTTP and XMPP, in our test environment." I have setup wireshark for troubleshooting. That's about it. What's the role of proxies, modified DNS records etc. in this setup? How can I duplicate this? Thanks.
sslsplit documentation actually suggests DNS as an alternative to using firewall
Theres a number of easy-to-use UNIX firewalls. Not sure about Windows
Proxies allow easy inspection of HTTP traffic, among other things. Arguably sslsplit is itself a proxy, specifically a forward proxy
There are many ways to monitor HTTP traffic. More than one way to do it
Why doesnt Zoom use certificate pinning
(I avoid using sites/apps that force use of third-party controlled pinned certificates. What are they trying to hide from the user)
Re: Zoom RCE from Pwn2Own 2021
#30FTA: "Using a combination of proxies, modified DNS records, sslsplit and a new CA certificate installed in Windows, we were able to inspect all traffic, including HTTP and XMPP, in our test environment." I have setup wireshark for troubleshooting. That's about it. What's the role of proxies, modified DNS records etc. in this setup? How can I duplicate this? Thanks.
With DNS one can avoid having to use the firewall for redirection sslsplit documentation actually suggests DNS as an alternative to using firewall Theres a number of easy-to-use UNIX firewalls. Not sure about Windows Proxies allow easy inspection of HTTP traffic, among other things. Arguably sslsplit is itself a proxy, specifically a forward proxy There are many ways to monitor HTTP traffic. More than one way to do i…