一条命令完成砸壳

Waiting for USB device…
我一直停在这里 请问你有遇到过么

卡在这里了 还没过去,百度说可能是scp没装,但我的ssh和scp拷贝都正常。奇怪了

这是什么情况

zydeMacBook-Pro:frida-ios-dump zy$ ./dump.py 馋猫
Authentication failed.

SSH配置

我用了usb映射了端口,如下

Forwarding local port 2222 to remote port 22

然后,

ssh root@localhost -p 2222

连接上手机。

root@localhost's password: 
iPhone:~ root# 

这算不算配置了。

看看我发的啥

谢谢大神,现在出现如下

zydeMacBook-Pro:frida-ios-dump zy$ ./dump.py 馋猫
Start the target app 馋猫
Dumping 馋猫 to /var/folders/r1/3tmks0pn1vz2dwk8vztw090w0000gn/T
start dump /var/containers/Bundle/Application/8EC463FA-15B6-491E-9D32-9CB754788AE2/LemonFood.app/LemonFood
LemonFood.fid: 100%|███████████████████████| 13.6M/13.6M [00:00<00:00, 18.5MB/s]
sound.caf: 35.7MB [00:07, 4.99MB/s]                                             
0.00B [00:00, ?B/s]Generating "馋猫.ipa"

zip I/O error: Permission denied
zip error: Could not create output file (/opt/dump/frida-ios-dump/馋猫.ipa)
Command '('zip', '-qr', u'/opt/dump/frida-ios-dump/\u998b\u732b.ipa', './Payload')' returned non-zero exit status 15
zydeMacBook-Pro:frida-ios-dump zy$ 

提示“the connection is closed”,你的手机里面缺少了scp,你去找一个scp把它放在你手机的/usr/bin 下面然后
ldid -S scp 签名一下
chmod 777 scp然后给权限
就可以了

✘ manage@Manages-MacBook-Pro-2  ~  dump.py 微信
Start the target app 微信
Failed to enumerate applications: timeout was reached
*** Caught exception: <type ‘exceptions.TypeError’>: ‘NoneType’ object is not iterable
Traceback (most recent call last):
File “/Users/manage/GGShell/dump/frida-ios-dump/dump.py”, line 312, in
(session, display_name, bundle_identifier) = open_target_app(device, name_or_bundleid)
File “/Users/manage/GGShell/dump/frida-ios-dump/dump.py”, line 255, in open_target_app
for application in get_applications(device):
TypeError: ‘NoneType’ object is not iterable
手机卡死,强制重启也没有,iPhone7 10.0.2系统,找不到问题

请问解决了吗,我也遇到了同样的问题,可以指教一下吗
dump com.qiyi.iphone
Start the target app com.qiyi.iphone
connection closed

1 个赞

请问这个问题有解决方法么