-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update IPA Installation Techniques and Tools (by @NVISOSecurity) #3100
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
f3da3a7
Add libimobiledevice / update iproxy
566208d
Streamline TECH-0079 provisioning profile
d39142b
Update TECH-0092 for IPA signing
522c1af
Update TECH-0079 to add cert limitation
f6f8dca
Add Appsync unified tool
679e62e
Installing and injecting IPA files
e9ff817
Fix ios debugging apps
d95283f
Fix linting and small update
462784d
Fix lint and reference
6ec2102
Spellcheck
52dd898
Update tools/ios/MASTG-TOOL-0055.md
TheDauntless e228714
Update tools/ios/MASTG-TOOL-0055.md
TheDauntless ef4fabf
Update tools/ios/MASTG-TOOL-0126.md
TheDauntless d28f7ae
Update tools/ios/MASTG-TOOL-0055.md
TheDauntless 2ce8cbd
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless a2611b6
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless 90f5347
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless 1d36e50
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless 5f77407
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless 7f02dd7
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless cc66983
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless 8f8cc97
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless 317b37e
Apply suggestions from code review
TheDauntless 697bc76
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless 6710970
Update tools/ios/MASTG-TOOL-0118.md
TheDauntless 3d5bc8b
Update techniques/ios/MASTG-TECH-0056.md
TheDauntless 1441ca0
Update techniques/ios/MASTG-TECH-0056.md
TheDauntless c9f9d73
Update techniques/ios/MASTG-TECH-0056.md
TheDauntless ff73a79
Update techniques/ios/MASTG-TECH-0090.md
TheDauntless 4781846
Update techniques/ios/MASTG-TECH-0090.md
TheDauntless bebc38e
Update techniques/ios/MASTG-TECH-0092.md
TheDauntless 58aab16
Update techniques/ios/MASTG-TECH-0056.md
TheDauntless 27b0adb
Update techniques/ios/MASTG-TECH-0079.md
TheDauntless 2929ad3
Update techniques/ios/MASTG-TECH-0090.md
TheDauntless db19d8e
Update techniques/ios/MASTG-TECH-0090.md
TheDauntless 85d3825
Update techniques/ios/MASTG-TECH-0090.md
TheDauntless 3953ec9
Update techniques/ios/MASTG-TECH-0056.md
TheDauntless 182ab62
Remove unnecessary app
430b2c2
Fix technique ref
c062048
Fix lint issue
c48a380
Added Filza and fixed Appsync feedback
902483e
Fix comment
333d4b3
Update tools/ios/MASTG-TOOL-0128.md
sushi2k 2598a52
Update techniques/ios/MASTG-TECH-0056.md
TheDauntless 737fd3c
Update techniques/ios/MASTG-TECH-0056.md
TheDauntless df46042
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless 7455a17
Update techniques/ios/MASTG-TECH-0056.md
TheDauntless 86e14e1
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless 594c86e
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless dd2b621
Update techniques/ios/MASTG-TECH-0056.md
TheDauntless 16af8ec
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless 4943a76
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless ecda1d2
Update techniques/ios/MASTG-TECH-0055.md
TheDauntless File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TheDauntless I see that iOS 17 requires you to attach a debugger first to use the Gadget properly, right? Maybe we could add a sentence or two at the beginning of this paragraph to give this background. Then maybe we could have a subsection about LLDB and then another one about attaching to a process with Frida gadget?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not entirely. If the app is running in debug mode, Frida can automatically inject into it and the app doesn't need to have the gadget included. However, if you did include the gadget yourself (e.g. Objection / Sideloadly), then the frida gadget library is loaded at startup, and then you do need to connect with lldb followed by Frida.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this technique we include the gadget ourselves, so the LLDB will always be required, right? Would be nice to write a short context e.g.
I didn't test it myself but it looks like
iOS17 and newer
works for all iOS versions, no? In this case, maybe it's easier to skip theiOS16 and older
? Or at least make it clear thatiOS17 and newer
is universal?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@serek8 The new xcrun does not work on iOS 16 or iOS 15, it doesn't recognize the connected device, so we will keep it as is.