kushwavez

Results 17 comments of kushwavez

Okay, got through that error by modifying resources/pwn.py: Line 183: `if os.path.exists("resources/Fugu_8010/Fugu"):` to `if os.path.exists("resources/Fugu_8010"):` Now getting a new error: ``` [...] Signing boot files Exploiting device with checkm8 Exploit...

Got through that too by deleted the whole "if" statement at line 431 and line 483 and set A10A11Check=true manually in pyboot.py (of course it isn't a solution, but a...

New try, iDevice hanging with "`Still waiting for root device`", need to force-reset EDIT: Now trying Divisé EDIT2: Same with Divisé: ``` [...] unsupported apfs_incompatible_features hfs_mountfs returned error=22 mount(x) ```...

same issue here : https://github.com/MatthewPierson/Ramiel/issues/2#issuecomment-806921203 iPhone 7 128 GB iOS 14.4.1 main, 13.5 secondary, tethered boot. - Selected tethered boot in Divisé, started the process - Restart to DFU -...

> First and foremost, iOS 14.4.1's SEP isn't compatible with iOS 10.3.3, so even if Ramiel succeeded in booting your device it would panic before booting into iOS fully. Thanks,...

Just tried on macOS Mojave too, the exploit doesn't even work unfortunately. ``` Device Information: Model: d101ap iOS Version: (null) Bootargs: "-v" Other Error Information: Please reboot device and re-enter...

I could workaround that by pwning the phone on the Big Sur device, then connect back to the Mojave. After that, Ramiel started it's thing. After SHSH warning, spam started:...

Okay, I did a fresh install and now everything went okay, your boot logo appeared, but Ramiel failed at second SHSH dump, said "Booted device successfully!", but the device not...

Thanks. So I installed python3, but also saw some errors related to ldid2 (no such file or directory) so I needed to install that too. It would be nice improvements...