You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried NetRipper on Microsoft Teams which is an electron app. Unfortunately, NetRipper produces *-teams.exe-recvend.pcap files which only contains the TLS encrypted traffic. Electron combines the Chromium rendering engine and the Node.js runtime.
I don't know if the code which detects the SSL functions to hook in Chrome can also be used on any Chromium app?
If so, it would be cool to add a CLI argument to trigger the detection for these functions instead of relying on the executable name.
The text was updated successfully, but these errors were encountered:
Discord and Teams appear to have some modifications regarding how they communicate. There's support for electron.exe now, however I'm still not able to intercept discord nor teams.
Hello,
I tried NetRipper on Microsoft Teams which is an electron app. Unfortunately, NetRipper produces *-teams.exe-recvend.pcap files which only contains the TLS encrypted traffic. Electron combines the Chromium rendering engine and the Node.js runtime.
I don't know if the code which detects the SSL functions to hook in Chrome can also be used on any Chromium app?
If so, it would be cool to add a CLI argument to trigger the detection for these functions instead of relying on the executable name.
The text was updated successfully, but these errors were encountered: