02 2022 档案

摘要:busybox下载: https://busybox.net/downloads/binaries/1.35.0-i686-linux-musl/ busybox使用: ➜ Desktop adb push /Users/xxx/Desktop/busybox1 /sdcard /Users/xxx 阅读全文
posted @ 2022-02-18 12:11 micr067 阅读(273) 评论(0) 推荐(0) 编辑
摘要:1.查看安卓设备开放的端口 adb shell netstat -a | grep -E 'LISTEN|udp*' 2.将端口号转换为16进制 https://tool.lu/hexconvert/ /proc/net/后面是端口使用的协议,如tcp6 adb shell grep -i f099 阅读全文
posted @ 2022-02-10 18:32 micr067 阅读(2777) 评论(0) 推荐(0) 编辑