
Static analysis tool for iOS applications that extracts links, API keys, subdomains, binary info, linked libraries, and strings to aid mobile penetration testing.
IPA-SCOPE is a Static analysis Tool that Targets ios applications and brings important information such as Links, interesting files (.json,cer,der,api )
and is very useful to show good results when you pentesting ios apps
linux or Mac OS
git clone https://github.com/xcodeOn1/ipa-scope.git
sudo pip3 install -r requirements.txt
if you have kali or "radare2" install in you OS you don't need for this step :
sudo python3 setup.py
python3 IPA_SCOPE.py -i ipa_path -o were_you_want_save_it

