hcninja / ipanema

Ipanema is a tool for iOS ipa application security assessment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipanema

Ipanema is a tool for iOS ipa application security assessment.

Installation

The easiest way is to download a precompiled binary for your architecture and operating system from the releases tab.

If you want to build it by yourself follow this steps:

  • go get github.com/hcninja/ipanema
  • go install github.com/hcninja/ipanema

If this doesn't work, go to the project folder and do a go get -u before go install.

Usage

The usage is easy, ipanema -ipa my.ipa, the analysis will output some useful info to stdout, and after the analysis finishes you will find all the analysis data in the temporal path created by ipanema under the folder analysisResult. This folder will contain multiple txt files with the data specified in the filename, useful to grep for info, aside of this, the whole analysis will be dumped in an analysis.json file, try to use jq to filter and search through the info.

TODO

  • Basic analysis engine
  • CLI interface
  • Analysis output
  • Analysis project json dump
  • Search for valuable information available in the ipa bundle
  • Detect correctly if the provided ipa is encrypted
  • Automated analysis with recommendations
  • Banned function analysis with an "exploitability" index
  • API
  • Web GUI

Future maybes

  • Sandbox to do a dynamic analysis
  • Function, methods and API fuzzing

About

Ipanema is a tool for iOS ipa application security assessment.

License:Apache License 2.0


Languages

Language:Go 96.4%Language:Makefile 3.6%