This repository was archived by the owner on May 9, 2025. It is now read-only.
v0.0.4
Added
- [CORE] OS X Support
- [CORE] iOS 9 compatibility support [from @ch1kpee]
- [CORE] Global output path
- [CORE] Support for SSH public key auth [from @hduarte]
- [MODULE] Dump contents of keyboard autocomplete cache (
storage/caching/keyboard-autocomplete) [from @zakm123] - [MODULE] Apple Transport Security (ATS) metadata support (
binary/metadata) [from @alexplaskett] - [MODULE] Circumvent Touch ID when implemented using LocalAuthentication framework (
hooking/cycript/cycript_touchid) [from @istais] - [MODULE]
storage/data/files_*: now is possible to dump all files [idea from @tghosth] - [MODULE] Support for App Extension Bundles metadata (
binary/metadata) [from @alexplaskett] - [MODULE] Display an applications universal links (
binary/universal_links) [from @alexplaskett] - [MODULE] Show the content of the device's
/etc/hostsfile, and offer the chance to edit it (various/hosts) - [SUPPORT] Contribution guide and module templates
- [SUPPORT] ISSUE_TEMPLATE for github
- [SUPPORT] Logo and Twitter handle
Fixed
- [CORE] TCPrelay execute mode permissions
- [CORE] Install
coreutilsbeforehand - [CORE] Replaced
frida.spawnwithuiopen - [CORE] Error on exit and
get_ipfor OS X - [CORE] Fixed 2 bugs related to TCP relay and refresh of the connection parameters [from @hduarte]
- [CORE] iOS 9.3.3 search pid support inside containers [from @n1xf1]
- [CORE] Issues with paths containing spaces
- [MODULE] Dump keychain even when no apps are installed
- [MODULE] Minor edits on module descriptions [from @tghosth]
- [MODULE]
DTPlatformVersionexception [from @alexplaskett] - [MODULE] Keychain Dump: reverted back to
keychaineditor - [MODULE] Syslog watch (
dynamic/watch/syslog) and monitor (dynamic/monitor/syslog) not working when using SSH over wi-Fi: switched toondeviceconsole
Removed
- [CORE] Dependencies check
- [CORE] Dependency to
libimobiledevice - [MODULE] Unstable modules (
fuzz_ipc,lldb_shell)