iOS 越狱后OpenSSH安装报错

时间:2024-04-18 12:13:33

转载自:https://www.jianshu.com/p/75f6d0f54d61

安装OpenSSH报错

  • 尝试重启手机重新安装
  • 将手机语言设置为英文状态
  • 将手机设置为飞行模式,用wifi下载(我的解决方法)

经过上面几步iOS 8.4越狱成功下载OpenSSH

然后在 cydia中安装network Command

运行ifconfig -l结果如下

 ifconfig -l
lo0 pdp_ip0 pdp_ip1 pdp_ip2 pdp_ip3 ap1 en0 en1 awdl0
wodeshouji:~ root# ifconfig
lo0: flags=<UP,LOOPBACK,RUNNING,MULTICAST> mtu
inet 127.0.0.1 netmask 0xff000000
pdp_ip0: flags=<POINTOPOINT,MULTICAST> mtu
pdp_ip1: flags=<POINTOPOINT,MULTICAST> mtu
pdp_ip2: flags=<POINTOPOINT,MULTICAST> mtu
pdp_ip3: flags=<POINTOPOINT,MULTICAST> mtu
ap1: flags=<BROADCAST,SIMPLEX,MULTICAST> mtu
ether aa::::f0:e7
en0: flags=<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu
inet 192.100.200.106 netmask 0xffffff00 broadcast 192.100.200.255
ether a8::::f0:e7
en1: flags=<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu
ether aa::::f1:7f
awdl0: flags=<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu
ether :1a:ae:c0::0b

en0是本地网卡,抓包命令

tcpdump -X -s0 -i en0 -w /tmp/dump.pcap

然后把dump.pcap下载回来放到wireshark分析