手机网络抓包步骤,用于分析通信协议、流量

adb root

adb remount
adb push d:/tcpdump /system/bin/tcpdump
adb shell chmod 6755 /system/bin/tcpdump
adb shell tcpdump -p -s 0 -w /sdcard/capture.pcap
adb pull /sdcard/capture.pcap

使用Wireshark等工具查看抓包文件capture.pcap

附件:http://down.51cto.com/data/2361763

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/190637.html

(0)
上一篇 2021年11月14日
下一篇 2021年11月14日

相关推荐

发表回复

登录后才能评论