Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

How to capture encrypted communications in Edge browser? #636

Open
ycrao opened this issue Sep 19, 2024 · 1 comment
Open

How to capture encrypted communications in Edge browser? #636

ycrao opened this issue Sep 19, 2024 · 1 comment
Labels
question Further information is requested

Comments

@ycrao
Copy link

ycrao commented Sep 19, 2024

环境:
最新版 Ubuntu 24.04.1 LTS 操作系统;
Edge浏览器从微软官方下载 deb 安装。
eCapture 是从 GitHub 下载最新版的 deb 安装。
version:
linux_amd64:v0.8.6:6.5.0-1025-azure

ldd /opt/microsoft/msedge/msedge | grep -E "tls|ssl|nss|nspr"
# 回显
	libnss3.so => /lib/x86_64-linux-gnu/libnss3.so (0x00007bbfc5588000)
	libnssutil3.so => /lib/x86_64-linux-gnu/libnssutil3.so (0x00007bbfc5556000)
	libnspr4.so => /lib/x86_64-linux-gnu/libnspr4.so (0x00007bbfc54ee000)
	libgnutls.so.30 => /lib/x86_64-linux-gnu/libgnutls.so.30 (0x00007bbfc4526000)

启动命令:

# 依次尝试上述 so 路径,或有报错或无法抓到 edge 浏览器报文
sudo ecapture nss --nspr /lib/x86_64-linux-gnu/libnspr4.so 
@cfc4n cfc4n added the question Further information is requested label Sep 19, 2024
@cfc4n
Copy link
Member

cfc4n commented Sep 19, 2024

你需要确认一下Edge浏览器使用了哪个类库来做加密通讯。再指定eCapture的模块、参数。


You need to confirm which library Edge browser uses for encrypted communication. Then specify the module and parameters of eCapture.

@cfc4n cfc4n changed the title 如何抓取 Edge 浏览器 Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants