Skip to content

Latest commit

 

History

History
executable file
·
36 lines (31 loc) · 1.19 KB

File metadata and controls

executable file
·
36 lines (31 loc) · 1.19 KB

iOS Application Analyzer

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`

Tool Usage

Run iproxy tool to connect iPhone device over USB as shown in Figure: Usage

It will ask for SSH Credential to connect the phone as shown in Figure: Usage

Future Enhancement

  • Disply iPhone Logs to analyze the logs of the application

References