Skip to content

Commit

Permalink
feat: 微信抓包
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhanhan committed Sep 5, 2024
1 parent e80081c commit 7ad0920
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions _posts/工作日志/其他/2024-09-05-weixin-inspect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
category: [ 工作日志, 其他 ]
tags: [ 迁移 ]
title: 基于Chrome 内核使用 Inspect 进行抓包微信
---

## 前期准备:

1. 一部手机
2. 一条数据线
3. 一台电脑


## 开始操作

1.首先用数据线把手机连接到电脑
2.手机打开USB调试
3.手机进入微信随便打开一个聊天窗口输入并发送: http://debugxweb.qq.com/?inspector=true
点击打开这个链接,弹出“执行成功”,即可

4.手机微信打开想要抓包调试的网页
5.电脑上打开chrome内核的浏览器或edge浏览器

- chrome内核的浏览器输入chrome://inspect/#devices
- edge浏览器输入:edge://inspect/#devices

打开后稍等片刻

![](../../../assets/posts/其他/20240905/img.png)

> 目前使用Edge 浏览器非常流程。Chrome 老是404

等待全部加载出来后,按照你的需要进行点击 `inspect`

比如: 微信搜一搜

![](../../../assets/posts/其他/20240905/img_1.png)

---
我电脑的Chrome 会404
![](../../../assets/posts/其他/20240905/img_2.png)
---

成功后:

![](../../../assets/posts/其他/20240905/img_3.png)

到这一步,你就可以开始你的奇妙之旅




## 参考

- https://www.52pojie.cn/thread-1826013-1-1.html
Binary file added assets/posts/c++/20240530/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/posts/其他/20240905/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/posts/其他/20240905/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/posts/其他/20240905/img_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/posts/其他/20240905/img_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/posts/工作日志/其他/20240821/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ad0920

Please sign in to comment.