iOS_security_setup
iOS security test set up
tools
jailbreak
plugins
some library must install for cydia
cydia Substrate
openssh server
liberty-lite
add source
https://ryleyangus.com/repo/
install liberty-litessl-kill-switch2
https://github.com/nabla-c0d3/ssl-kill-switch2/releasesAppSync
add https://cydia.akemi.ai/ to cydia source
Mac install software
class-dump
1
brew install class-dump
iproxy
1
brew install usbmuxd
frida-iOS-dump
https://github.com/AloneMonkey/frida-ios-dumptheos
basic usage
- using the frida-iOS-dump pull a decrypted IPA from a jailbroken device
- unzip the ipa
- class-dump -H /Users/mac/Desktop/Payload/example.app -o /Users/mac/Desktop/Payload
- generate the xm file
1
logify.pl example.h > tewak.xm
bypass jailbreak detect
Yes, as a bug hunter script boy, I know myself quite well. Know what I can do, what I never can’t do
Xcon is old, no need to use it.
1 | "Super-Advanced-Jailbreak-Detection-Bypass.xm" |
issue
Xcode11 A valid provisioning profile for this executable was not found
open file->Project Settings->change New Build System to Legacy Build System