noobpk / frida-ios-hook

A tool that helps you easy trace classes, functions, and modify the return values of methods on iOS platform
MIT License
929 stars 155 forks source link

DumpDecrypt issue #71

Closed Kediel closed 1 year ago

Kediel commented 2 years ago

Describe the bug I run iProxy 2222 22 and I connect to my client via USB then immediately get an error saying Auth (password) failed. Is this a password on the app itself or a password i'm failing to pass along via iproxy??

To Reproduce Steps to reproduce the behavior:

  1. Connect device via USB.
  2. On a terminal tab run iproxy 2222 22
  3. On a seperate tab go to frida-ios-hook-3.7/frida-ios-hook/ folder after following install directions of latest release.
  4. run ./ioshook -p [app identifier] --dump
  5. See below for error message.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

Screenshot 2022-12-02 at 11 41 11

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Tried frida-ios-dump too and it did not work as well.

Kediel commented 2 years ago

Update: Resolved authentication issue by changing the default password in /core/utils/dump.py.

Still seeing the following issues:

Screenshot 2022-12-03 at 11 32 00
noobpk commented 1 year ago

What version of Frida do you use? With the new Frida version 16.0.x it doesn't work. I am trying to fix it.

Kediel commented 1 year ago

I have frida 15.1.17 installed.

Note: My issue may also stem from my use of an ARM based architecture. I was able to dump most of an app with Clutch but that also gave me issues.

noobpk commented 1 year ago

It comes from Frida-Core. You can find a better repo while waiting for the fix. ^^!

noobpk commented 1 year ago

It working well. You need use option -p for Identifier and -n for Name

image