The tool is used to analyze the content of the iOS application in local storage.
- Install and run the application in virutal environment
python -m venv ios_application_analyzer
ios_application_analyzer\Scripts\activate
pip install -r requirement.txt
python main.py
Note: For the performance it is highly recommend to connect device using USB and SSH over USB using iproxy or equivalent tools
- Windows: https://github.com/L1ghtmann/libimobiledevice/releases/
- `iproxy.exe 22 2222`
- Linux: sudo apt install usbmuxd libimobiledevice-utils
- `iproxy 22 2222`
- Mac OS: brew install libimobiledevice
- `iproxy 22 2222`
Run iproxy tool to connect iPhone device over USB as shown in Figure:
It will ask for SSH Credential to connect the phone as shown in Figure:
- Disply iPhone Logs to analyze the logs of the application