z

zhaoyijun的个人空间

记录工作生活

  • 首页
  • 工作随笔
  • 日常
Home 安卓adb抓包
文章

安卓adb抓包

Posted 2024-03-10 Updated 2024-03- 10
By zhaoyijun
2~3 min read

1、adb连接手机报10061

1) 将安卓设备usb连接到电脑

2)设备链接到wifi

3)Ping设备ip,检查是否可通信

4)在cmd依次输入以下命令:

adb usb
adb kill-server
adb tcpip 5555
adb connect youip:5555

2、抓取http/https请求

1)过滤包名

adb shell "ps|grep 包名" 

2)使用进程号过滤进程

adb shell
logcat |grep 4763 | grep https #过滤HTTPS请求

3、查看安装的第三方app的包名

adb shell pm list packages -3

工作随笔
License:  CC BY 4.0
Share

Further Reading

Mar 10, 2024

安卓adb抓包

1、adb连接手机报10061 1) 将安卓设备usb连接到电脑 2)设备链接到wifi 3)Ping设备ip,检查是否可通信 4)在cmd依次输入以下命令: adb usb adb kill-server adb tcpip 5555 adb connect youip:5555 2

Mar 10, 2024

iphone使用tidevice自动化步骤

1、iphone安装WebDriverAgent 安装WebDriverAgent.ipa,保持WebDriverAgent打开状态; 2、windows端安装tidevice pip install tidevice tidevice常用命令: 查看第三方应用包名: tidevice applis

Feb 5, 2024

jmeter使用日志

1、jtl文件生成html报告错误 XXX does not contain the field names header, ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was c

OLDER

iphone使用tidevice自动化步骤

NEWER

Recently Updated

  • 安卓adb抓包
  • iphone使用tidevice自动化步骤
  • jmeter使用日志
  • 大喜的日常

Trending Tags

airtest jmeter

Contents

©2025 zhaoyijun的个人空间. Some rights reserved.

Using the Halo theme Chirpy