This commit is contained in:
2025-10-19 17:55:16 +08:00
parent 53b962a4e0
commit 09497cb6ab
3 changed files with 82 additions and 2 deletions

View File

@@ -37,6 +37,11 @@ adb shell tcpdump -i any -s 0 -w /sdcard/dnake.pcap
# 下载抓包文件
adb pull /sdcard/dnake.pcap .
# 使用 Wireshark 打开 dnake.pcap 进行分析
# 抓包只抓目的地址为
adb shell tcpdump -i any -s 0 -w /sdcard/remote.pcap dst 192.168.9.4
```
## dnake 楼道内网网卡 192.168.9.57
@@ -56,9 +61,15 @@ adb connect 192.168.3.3:5555
adb shell
adb kill-server
adb start-server
# 从家庭内网跳转到楼道内网
adb connect 192.168.9.57:5555
adb shell
adb connect 192.168.9.4:5555
adb disconnect 192.168.9.4:5555
# 指定连接到具体设备的shell
adb -s 192.168.9.4:5555 shell
```
### 管理的admin界面 8080