From 4d4e714963632d87dca5e280867a90a57aef983a Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Wed, 16 Oct 2024 23:36:54 +0900 Subject: [PATCH] feat: Add ipsw to iOS tools list Signed-off-by: HAHWUL --- README.md | 1 + data.json | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 707db78..0bc376e 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ A collection of cool tools used by Mobile hackers. Happy hacking , Happy bug-hun | iOS | RE | [frida-ios-dump](https://github.com/AloneMonkey/frida-ios-dump) | pull decrypted ipa from jailbreak device | ![](https://img.shields.io/github/stars/AloneMonkey/frida-ios-dump) | ![](https://img.shields.io/github/languages/top/AloneMonkey/frida-ios-dump) | | iOS | RE | [iRET](https://github.com/S3Jensen/iRET) | iOS Reverse Engineering Toolkit. | ![](https://img.shields.io/github/stars/S3Jensen/iRET) | ![](https://img.shields.io/github/languages/top/S3Jensen/iRET) | | iOS | RE | [iSpy](https://github.com/BishopFox/iSpy) | A reverse engineering framework for iOS | ![](https://img.shields.io/github/stars/BishopFox/iSpy) | ![](https://img.shields.io/github/languages/top/BishopFox/iSpy) | +| iOS | RE | [ipsw](https://github.com/blacktop/ipsw) | iOS/macOS Research Swiss Army Knife | ![](https://img.shields.io/github/stars/blacktop/ipsw) | ![](https://img.shields.io/github/languages/top/blacktop/ipsw) | | iOS | RE | [momdec](https://github.com/atomicbird/momdec) | Core Data Managed Object Model Decompiler | ![](https://img.shields.io/github/stars/atomicbird/momdec) | ![](https://img.shields.io/github/languages/top/atomicbird/momdec) | | iOS | Target | [ipainstaller](https://github.com/autopear/ipainstaller) | Install IPA from command line | ![](https://img.shields.io/github/stars/autopear/ipainstaller) | ![](https://img.shields.io/github/languages/top/autopear/ipainstaller) | | iOS | Unpinning | [MEDUZA](https://github.com/kov4l3nko/MEDUZA) | A more or less universal SSL unpinning tool for iOS | ![](https://img.shields.io/github/stars/kov4l3nko/MEDUZA) | ![](https://img.shields.io/github/languages/top/kov4l3nko/MEDUZA) | diff --git a/data.json b/data.json index 964ba15..582e0c6 100644 --- a/data.json +++ b/data.json @@ -544,15 +544,15 @@ } }, "frida-gadget": { - "Type": "All", "Data": "| All | SCRIPTS | [frida-gadget](https://github.com/ksg97031/frida-gadget) | frida-gadget is a tool that can be used to patch APKs in order to utilize the Frida gadget. | ![](https://img.shields.io/github/stars/ksg97031/frida-gadget) | ![](https://img.shields.io/github/languages/top/ksg97031/frida-gadget) |", - "Method": "SCRIPTS", "Description": "frida-gadget is a tool that can be used to patch APKs in order to utilize the Frida gadget.", "Install": { "Linux": "", "MacOS": "", "Windows": "" }, + "Method": "SCRIPTS", + "Type": "All", "Update": { "Linux": "", "MacOS": "", @@ -815,6 +815,22 @@ "Windows": "" } }, + "ipsw": { + "Type": "iOS", + "Data": "| iOS | RE | [ipsw](https://github.com/blacktop/ipsw) | iOS/macOS Research Swiss Army Knife | ![](https://img.shields.io/github/stars/blacktop/ipsw) | ![](https://img.shields.io/github/languages/top/blacktop/ipsw) |", + "Method": "RE", + "Description": "iOS/macOS Research Swiss Army Knife", + "Install": { + "Linux": "", + "MacOS": "", + "Windows": "" + }, + "Update": { + "Linux": "", + "MacOS": "", + "Windows": "" + } + }, "jadx": { "Data": "| Android | RE | [jadx](https://github.com/skylot/jadx) | Dex to Java decompiler | ![](https://img.shields.io/github/stars/skylot/jadx) | ![](https://img.shields.io/github/languages/top/skylot/jadx) |", "Description": "Dex to Java decompiler",