Skip to content

Commit

Permalink
Merge pull request #21 from hahwul:add-ipsw
Browse files Browse the repository at this point in the history
feat: Add ipsw to iOS tools list
  • Loading branch information
hahwul authored Oct 16, 2024
2 parents d6d6048 + 4d4e714 commit ac1d7bf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
20 changes: 18 additions & 2 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ac1d7bf

Please sign in to comment.