Skip to content

NotSoSecure/ios_application_analyzer

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors