Last active
November 18, 2017 08:16
-
-
Save veeeeeeeeeee/4aa3c0e387760fef145a380fcfeca302 to your computer and use it in GitHub Desktop.
iOS
This file contains hidden or 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
prereq | |
- jailbreak | |
- cydia - openSSH | |
utils | |
- class-dump-z | |
- keychain_dump | |
- cyscript | |
- otool | |
dir | |
- /var/containers/Bundle/Application | |
- find . -name '*insert_app_name*' | |
- /var/root/class-dump-z /var/containers/Bundle/Application/app_folder/app_name.app/app_name | |
- pscp root@iphone_ip_addr:/file/to/pull/file.txt C:\file\to\save\on\windows\file.txt | |
- find . -iname '*.plist' -exec cp {} /tmp/dump-directory/ \; | |
- for a in `ls *`; do plutil $a > $a.xml; done | |
activities |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment