We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some applications detect open ports on device (22 for Open SSH, 27041 for frida, etc) to detect Jailbreak on the device.
It seems that Shadow doesn't hook this checks.
I've made some experiment on application that detect OpenSSH server (https://apps.apple.com/ru/app/%D0%B8%D0%BD%D0%B3%D0%BE%D1%81%D1%81%D1%82%D1%80%D0%B0%D1%85-ingomobile-%D0%BE%D0%BD%D0%BB%D0%B0%D0%B9%D0%BD/id1319319386): 1. Jailbreaked iOS 14 without OpenSSH server installed and Shadow enabled for this application: App successfully loaded and starts ok 2. Jailbreaked iOS with OpenSSH server on default port 22: App detect Jailbreak and hangs on start screen 3. Jailbreaked iOS WITH OpenSSH server on custom port 2222: App successfully loaded and starts ok
Maybe it is good idea to hook such detect and hack it.
Thank you!
The text was updated successfully, but these errors were encountered:
jjolano
No branches or pull requests
Some applications detect open ports on device (22 for Open SSH, 27041 for frida, etc) to detect Jailbreak on the device.
It seems that Shadow doesn't hook this checks.
I've made some experiment on application that detect OpenSSH server (https://apps.apple.com/ru/app/%D0%B8%D0%BD%D0%B3%D0%BE%D1%81%D1%81%D1%82%D1%80%D0%B0%D1%85-ingomobile-%D0%BE%D0%BD%D0%BB%D0%B0%D0%B9%D0%BD/id1319319386):
1. Jailbreaked iOS 14 without OpenSSH server installed and Shadow enabled for this application:
App successfully loaded and starts ok
2. Jailbreaked iOS with OpenSSH server on default port 22:
App detect Jailbreak and hangs on start screen
3. Jailbreaked iOS WITH OpenSSH server on custom port 2222:
App successfully loaded and starts ok
Maybe it is good idea to hook such detect and hack it.
Thank you!
The text was updated successfully, but these errors were encountered: