From bb4608b193c751dc1fdcd643cdcd95d6e219a7c5 Mon Sep 17 00:00:00 2001 From: darkal Date: Mon, 19 Oct 2020 01:01:22 +0800 Subject: [PATCH] Update README.md update cdn url --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d0d41c5..6971bbe 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ 是一款针对于移动流量劫持而开发的手机抓包软件,可以当作是Android版的‘Fiddler’
主要功能包括:手机端抓包、PING/DNS/TraceRoute诊断、抓包HAR数据上传分享
使用前请确保手机HTTP代理的关闭

-### [Demo APK下载](http://h5.darkal.cn/har/demo.apk)
+### [Demo APK下载](http://static.hk.darkal.cn/har/demo.apk)
-### [点击查看操作手册](http://h5.darkal.cn/har/guide/widget.guide.html)

+### [点击查看操作手册](http://static.hk.darkal.cn/har/guide/widget.guide.html)

### 功能简介 @@ -14,18 +14,18 @@ 预览页面可以查看从APP启动起所有网络请求数据,实现了按分页过滤、URL搜索功能,并可清空所有数据包
预览的内容包括Request Header、Request Cookie、Request Content、Response Header、Response Cookie、Response Content
Content内容如果为JSON将会自动格式化显示
-![image](https://www.darkal.cn/imgd.php?src=/2016/09/WechatIMG77.jpeg&width=350) -![image](https://www.darkal.cn/imgd.php?src=/2016/09/230686663947787928.jpg&width=350)
+![image](http://static.hk.darkal.cn/imgd.php?src=/2016/09/WechatIMG77.jpeg&width=350) +![image](http://static.hk.darkal.cn/imgd.php?src=/2016/09/230686663947787928.jpg&width=350)
分享功能将抓包生成的所有数据包打包为har文件并压缩为zip,支持分享到微信、QQ等

2. 返回包注入
支持修改流量返回包(该版本暂时只支持http的修改)
-![image](https://www.darkal.cn/imgd.php?src=/2016/09/WechatIMG180.jpeg&width=350) -![image](https://www.darkal.cn/imgd.php?src=/2016/09/WechatIMG181.jpeg&width=350)

+![image](http://static.hk.darkal.cn/imgd.php?src=/2016/09/WechatIMG180.jpeg&width=350) +![image](http://static.hk.darkal.cn/imgd.php?src=/2016/09/WechatIMG181.jpeg&width=350)

3. 环境切换
支持切换模拟为微信、手Q,默认为普通浏览器。
-![image](https://www.darkal.cn/imgd.php?src=/2016/09/WechatIMG81.jpeg&width=350)

+![image](http://static.hk.darkal.cn/imgd.php?src=/2016/09/WechatIMG81.jpeg&width=350)

4. 多样性输入:导航、地址栏、扫一扫、schema呼起
支持地址栏直接输入地址,扫扫描二维码,以及schema呼起app并打开目标页面。
@@ -33,34 +33,34 @@ schema的协议格式为:jdhttpmonitor://webview?param={'url'='http://www.dark 5. Host配置
可以配置各域名的host
-![image](https://www.darkal.cn/imgd.php?src=/2016/09/WechatIMG79.jpeg&width=350&t=1)

+![image](http://static.hk.darkal.cn/imgd.php?src=/2016/09/WechatIMG79.jpeg&width=350&t=1)

6. 查看console.log日志
-![image](https://www.darkal.cn/imgd.php?src=/2016/09/WechatIMG82.jpeg&width=350)

+![image](http://static.hk.darkal.cn/imgd.php?src=/2016/09/WechatIMG82.jpeg&width=350)

7. 网络工具
目前AndroidHttpCapture集成了常见的网络工具,如dns,ping,以及设备信息
-![image](https://www.darkal.cn/imgd.php?src=/2016/09/621495078826.jpg&width=350)

+![image](http://static.hk.darkal.cn/imgd.php?src=/2016/09/621495078826.jpg&width=350)

8. 设置系统代理,监听其他app请求包
当将用户手机的代理服务器设置为127.0.0.1:8888时,可以对其他app(例如微信)的HTTP数据进行抓包
(此时AndroidHttpCapture就是一个手机上的fiddler)
-![image](https://www.darkal.cn/imgd.php?src=/2016/09/WechatIMG80.jpeg&width=350)

+![image](http://static.hk.darkal.cn/imgd.php?src=/2016/09/WechatIMG80.jpeg&width=350)

### Q & A
1. 分享的http包如何查看和分析?
   分享的文件解压后为.har文件,可以通过fiddler方式或者在线工具进行分析。
Fiddler方式需要先将包导到电脑上,然后使用fiddler导入该包:Import Sessions->Select Import Format ->HTTPArchive ->选择包,即可
- 在线工具外网:http://h5.darkal.cn/har/ 只需要将包拖入此工具即可分析

+ 在线工具外网:http://static.hk.darkal.cn/har/ 只需要将包拖入此工具即可分析

### 已知BUG
1. 信任所有的服务器证书不做校验
~~2. 开启返回包注入功能后,https返回的部分页面存在 err_CONTENT_LENGTH_MISMATCH 错误
~~(看起来似乎是解决了,待用户反馈) #### 如果觉得工具好用的话请多多star以及Pull requests
支持我喝杯咖啡请扫描下面的二维码,谢谢(ง •̀_•́)ง
-![image](http://h5.darkal.cn/har/guide/img/code.jpg)

+![image](http://static.hk.darkal.cn/har/guide/img/code.jpg)

### 致谢