Unlocking a jailbroken iPhone using my NExT [Tutorial]

Back in March, I installed my NExT. Works wonderfully, but I knew that unlocking my phone using it probably wasn’t possible, because Apple generally looks down upon unconventional methods of authentication. But, my phone was jailbroken, so all I needed to do was figure out how to do it.

This is a tutorial on how to do this. I am trying to make this as seamless as possible, so if anyone is having problems, please let me know and I will see what I can do to improve this.
So, heres how:

First off, you need to make sure that you have an iPhone 7 or later. It is possible that this could work on an iPhone 6 or 6s, but I have some doubts.
You also need to have a jailbroken phone, and have some knowledge of how to install packages using a package manager such as Cydia or Sileo. I won’t get into the specifics of that, you might want to check out the jailbreak subreddit for more information on that. (https://reddit.com/r/jailbreak)

With those requisites in mind, we can begin.

  1. You need to install ‘Shortcuts’ by Apple from the App Store, assuming it isn’t already installed by default.

  2. Then, you need to add the following repositories:
    Cydia
    http://apt.thebigboss.org/repofiles/cydia/ (this is generally added by default, so you may not need to add it)
    https://repo.chariz.io/ (also probably default, but check to make sure)

  3. Then, Install the latest versions of the following packages using your package manager of choice (Cydia, Sileo, Zebra, etc.):
    NewTerm
    Activator
    PassBy
    OpenSSH
    LocalSSH ← (no space, not to be confused with Local SSH)
    Filza File Manager
    StopShortcutsNotifications (This isn’t required, but highly recommended if you don’t want a notification every time you unlock your phone.)

  4. After this, you will need to go to this link on your device, unzip the .zip in Filza File Manager, and install the .deb files in this order: NFCBackground, NFCUnblock
    https://github.com/mealdy/nfcunblock/releases/latest/download/nfcunblock.zip

  5. (To install the .deb files, select each of them and press install in the top right. Rinse and Repeat)

  6. Now, you’re ready to begin getting things set up. First, go to Settings and find the PassBy section. Turn on the sliders next to ‘Enable’ and ‘Do not require passcode after respring’.
    Now, lock your phone and bring up the password prompt(do not use Face/Touch ID). It should say ‘PassBy requires passcode’. Enter your passcode, and an alert should come up saying that PassBy is enabled.

We’re halfway done!

  1. Open NewTerm and run:

    killall -9 nfcd

    That should return nothing, which is the desired result. Exit NewTerm.

  2. Now, open the Shortcuts App and head to the Automation Tab. Select ‘Create Personal Automation’
    Scroll down, and find ‘NFC’. Select that.
    Then, press ‘Scan’, and scan your HF NFC compliant implant or other chip (doesn’t have to be an implant i suppose). You can name it anything. Press ‘Next’
    In the search bar on the bottom of the screen, find and select ‘Run Script Over SSH’, then fill in the fields as follows:

    Host: 127.0.0.1
    Port: 50022
    User: mobile
    Authentication: Password
    Password: alpine (by default, fill in with a different password if you changed it)
    Input: (dont touch this)
    Script: activator send com.giorgioiavicoli.passby.unlock
    echo success

    Note: You MUST type in the echo command or it will return with an error. I don’t know why.

    Disable ‘Ask Before Running’

And, that’s it! You should now be able to unlock your iDevice with your implant, as long as it can be read.

If anyone is having any problems, please please please let me know, I want to refine this tutorial as best as I can.

Edit: Here is a video of me using it. I apologize for poor camera quality. https://drive.google.com/file/d/1cXitYfnc0SAEKKMgAXx6SRkD4qlHRuI1/view?usp=sharing

7 Likes

Trying to get this going, but I don’t have the nfc option in my automations, I’ve tried reinstalling the debs, but no luck

did you open newterm and run killall -9 nfcd?

after that, respring, force quit shortcuts and try it again

Yup, done all those. They were the first things I tried.

Hmm, what iPhone are you using and on what iOS version? Also, perhaps try an ldrestart

iPhone X, iOS 13.5, unc0ver

ldrestart did nothing to help

Ok, I think I may have found the solution. Go here: https://github.com/mealdy/nfcunblock/releases/latest/download/nfcunblock.zip
Uninstall the previous two .deb files in your package manager, then install those. Install NFCBackground First, then NFCUnblock. I will update the tutorial to reflect this. Please let me know how this goes. Make sure to run killall -9 nfcd, respring, and force quit Shortcuts before continuing.

1 Like

Yup, that worked

2 Likes

Thats awesome! Let me know how the rest goes!

1 Like

So I can add my card fine, but it doesn’t seem to run the automation. I’m assuming that background scanning doesn’t seem to want to work

I’ve turned on “Ask before running” so I’ll at least know if it’s trying to run the automation, but nothing happens.

I’ll try another card and update in a minute

hmm, try running the script manually in the Shortcuts app and see if it returns with an error. Also, make sure that you’ve done everything with PassBy in settings and have manually entered in your passcode at least once.

Ok, it is scanning in the background, the shortcuts notification tweak was suppressing the notification.

As for the shortcut, it couldn’t connect to ssh, so I’ll have a look into that and figure that out.

Ah okay. try to connect as the user root instead of mobile. password should still be ‘alpine’.Just double check all of those settings
These are my settings (password isn’t blank, just doesnt show in screenshot)

That’s my settings, I have the LocalSSH by T.Herak installed (com.vsz.localssh)

That’s the right package… what version? Should be 1.0-3

Yup, that’s what I’m on. Server auditor is refusing to connect, so there’s definitely something wrong with my ssh

Finally got it working, I had to reinstall openssh for some reason

1 Like

This is great, hopes it works with 14.3. Going to try it as soon as I get my Implants installed.

so i followed this, but now my nfc isnt working, how do you undo the killall -9 nfcd command?