Skip to content

FaZeIlLuMiNaTi/yalu102

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yalu102 with Termius support

Explanation

Termius is an SSH client for iOS avaiable from the AppStore. Unfortunately, iOS blocks port 22 (along with some others), meaning we can't natively use it as a MobileTerminal alternative. This fork aims to solve that issue. Instead of trying to connect to port 22 through Termius, we can connect to port 9022, which isn't blacklisted by Apple.

Instructions for use with Termius

Run the Yalu app and jailbreak (with the remote SSH access switch enabled)

Install Termius from the AppStore

  1. Create a new host in Termius, and enter these settings:
  2. Alias: iPhone (anything you want)
  3. Username: mobile (or root if you're into that)
  4. Hostname: 127.0.0.1
  5. Port: 9022
  6. Password: whatever your mobile (or root) password is (alpine by default)

After pressing save, just tap on the host you just created and enjoy Termius

Download

You can download a compiled .ipa of this fork from here or clone this repository and build it yourself using xcode

Original readme

Yalu logo

A "work in progress" iOS jailbreak for 64-bit devices created by qwertyoruiopz and marcograssi.

Please use the "Issues" tab for code related issues only. If you need support please search on /r/jailbreak before posting a question there.

Supported Devices and iOS versions

Device Version
iPad Pro iOS 10.0.0 -> iOS 10.2
iPhone 6S iOS 10.0.0 -> iOS 10.2
iPhone SE iOS 10.0.0 -> iOS 10.2
iPhone 5S iOS 10.0.0 -> iOS 10.2
iPad Air iOS 10.0.0 -> iOS 10.2
iPad Mini 2 iOS 10.0.0 -> iOS 10.2
iPhone 6 iOS 10.0.0 -> iOS 10.2
iPad Mini 3 iOS 10.0.0 -> iOS 10.2
iPad Air 2 iOS 10.0.0 -> iOS 10.2
iPad Mini 4 iOS 10.0.0 -> iOS 10.2
iPod touch (6G) iOS 10.0.0 -> iOS 10.2

Planned Support:

In the near future, the jailbreak will support the following devices:

Device Version
iPhone 7 iOS 10.0.0 -> iOS 10.1.1

Note, the iPhone 7 is only supported till iOS 10.1.1 If you are already on iOS 10.2 with an iPhone 7, stay there. The actual exploit behind this still works, but the KPP bypass does not.

Compiling:

  1. git clone the repo.
  2. Open the repo in Xcode
  3. Change the bundle ID, as shown here
  4. Run the project.

Warnings

This jailbreak is a work in progress. Some things do not work, but most things do.

Do not install things that are untested.

AppSync and other unsupported and untested software will probably throw your device into a bootloop or do other bad things. Do not open an issue complaining that your device has been bootlooped because you installed other software. You have been warned.

Installing

DO NOT DOWNLOAD THIS SOFTWARE FROM OTHER SOURCES OTHER THAN THESE LINKS UNDER ANY CIRCUMSTANCE. IT IS VERY EASY TO BACKDOOR THIS SORT OF SOFTWARE TO CONTAIN MALWARE. PLEASE BE EXTREMELY CAREFUL. THESE MIRRORS ARE TRUSTED, BUT STILL CHECK THE SHA1.

  • Download the pre-compiled version from the table below.
  • Check the SHA1 hash of the downloaded file (optional but recommended).
  • Install using Cydia Impactor.
  • Open the application and follow instructions.
Version Download SHA1
Beta 7 Link 4afa99d4b568aa8cbb9ac61fddd584111fed79c5
Beta 6 Link 0130ebe60c97e2013a4b849b7d9bc321d749f304
Beta 5 Link f8eb6cd37054a9d25b818e3bddd13bfedbf72df1
Beta 4 Link f8270e59d7d7267613ffa63217b91fea425eec36
Beta 3 Link b2e0bdd31566f876d67cba036b5d29aef7ff257d
Beta 2 Link 4fddad7cca8aa0c0a6579c1d63d00917f15efc86
Beta 1 Link 2fe14f1c1e1a0d26203bbb123f6747a978dd2b4f

Contributing

Create a fork of the repository, make your changes and then create a pull request. Please be sure to check if the pull request has been made before, before creating a new one. Note, any pull requests adding IOKit headers will be closed. Please respect copyright laws, and do not distribute / download IOKit headers from unofficial sources: they are bundled legally with macOS SDK

About

Work-in-progress fork of yalu102

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 89.2%
  • C 10.3%
  • Shell 0.5%