linux环境下用TcpDump抓包分析总结

一、手机IP 怎么知道手机ip,输入下面命令html adb shell ifconfig 好比获得手机ip 2.0.0.1shell 二、目标IP 好比目标地址ip为10.0.0.1tcp 三、抓包命令 咱们不带端口命令以下code tcpdump -i any host 2.0.0.1  -nvhtm 代码端口的命令以下(端口为50129)ip tcpdump -i any host 2.0
相关文章
相关标签/搜索