Jump to content

Recommended Posts

The iOS Reverse Engineering Toolkit is a toolkit designed to automate many of the common tasks associated with iOS penetration testing. It automates a many common tasks including:

  • binary analysis using otool
  • keychain analysis using keychain_dumper
  • reading database content using sqlite
  • reading log and plist files
  • binary decryption using dumpdecrypted
  • dumping binary headers using class_dump_z
  • creating, editing, installing theos tweaks

Installation: You can download the files and build the debian package yourself or you can simply install the iRET.deb package onto any jailbroken device using dpkg -i on the command line or by using iFile, which is available from Cydia. After it is installed, respring the device and you should see a new "iRET" icon on the device.

Usage: Must be connected to a wireless network. Launch the application, click the "Start" button. It will then show the ip address and port number you should navigate to on your computer (computer must be connected to same wireless network as device). On first run, it will take a bit of time for the iRET tool to identify all of the required tools.

Dependencies: The following apps are required to be installed on the device (in addition to the tools required on the main page)

  • Python (2.5.1 or 2.7) (Need to be Cydia ‘Developer’)
  • coreutils
  • Erica Utilities
  • file
  • adv-cmds
  • Bourne-Again Shell
  • iOS Toolchain (coolstar version)
  • Darwin CC Tools (coolstar version)
  • An iOS SDK (presumably iOS 6.1 or 7.x) installed to $THEOS/sdks

Landing Page:

cb2a3288-fdb2-11e3-8279-ea50fa634ac8.png

Functionality Tabs:

e85dd670-fdb2-11e3-8359-4bb1f120d577.png

Issue of keeping a selected file in the dropdown, when the name contains a space in it.

Download: https://github.com/S3Jensen/iRET

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...