• Breaking News

    Monday, August 9, 2021

    iOS Jailbreak [Free Release] Moonlight Streaming Service Unlocked

    iOS Jailbreak [Free Release] Moonlight Streaming Service Unlocked


    [Free Release] Moonlight Streaming Service Unlocked

    Posted: 08 Aug 2021 04:55 PM PDT

    Due to the new Apple's App Store restrictions you cannot connect to an IP-address outside your home. This modification to Moonlight allows you to stream from IPs outside your local network by disabling the Apple restriction flag in the source code. This most likely will not work when connecting to your own WAN IP from the same network. For more information refer to: https://github.com/moonlight-stream/moonlight-ios/issues/417#issuecomment-894723195

    Moonlight for iOS/tvOS is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield, but built for iOS and tvOS. Moonlight for iOS/tvOS allows you to stream your full collection of Steam games from your powerful desktop computer to your iOS device or Apple TV.

    Available to download from my repository below.

    How to configure: https://www.nvidia.com/en-us/support/gamestream/gamestream-pc-setup/

    Repository: https://boazvdwansem.github.io/ios-repo/

    IPA: https://github.com/boazvdwansem/ios-repo/tree/main/ipas

    Source code: https://github.com/moonlight-stream/moonlight-ios

    submitted by /u/boazvdw7
    [link] [comments]

    [Update]Universal Video Downloader Plus · 3.1 Beta Update

    Posted: 08 Aug 2021 07:42 AM PDT

    [Tip] A trip to Obristan — Blobs, explained with immigration

    Posted: 08 Aug 2021 08:18 AM PDT

    If you don't know what a blob is, or even if you do know what it's used for, but not how it works, then I encourage you to read this analogy. If this doesn't work out I'll ask Doug Doug to explain it with food. If you have any questions or improvements, feel free to let me know.


    The Restore

    You are trying to fly from the country of Arstotzka to Obristan. In order to do this, you need a boarding pass. Luckily for you, the department of immigration is temporarily distributing special types of boarding passes.

    This information in the boarding pass includes the destination, your fingerprints, the flight number of your trip, flight vehicle, and a stamp of authenticity, containing all the previous information as well, that cannot be forged.

    Next week, the embassy will not be creating and stamping boarding passes for Obristan; Instead, the passes will be for Kolechia. You want to go to Obristan, but some time in the future, even though Obristan boarding passes will never be given out again.

    When you decide to update your device and, for example, leave iOS 14.3 for 14.7, Apple creates a boarding pass for you. This pass has hashes of the target destination firmware, your ECID ("fingerprint" of your device), an AP Nonce ("flight number"), hashes for the type of restore (iTunes, OTA, factory restore: "flight vehicle") and a stamp of authenticity which contains a signature for all this information, so that none of it can be edited without invalidating the signature.

    When you board the plane to Obristan, the inspector will verify your boarding pass is valid.

    Discrepancy detected: Remember there are three different sets of information: - The physical - The boarding pass - The stamp
    Most pieces of information, such as the fingerprints, flight number, and vehicle, must match on all three for a successful restore.

    For example:
    If the boarding pass is for another destination, you cannot board. If you don't match the fingerprints on the pass, you cannot board. If the flight number does not match, say, it was a pass for a previous trip, you cannot board. If the flight vehicle (plane) is different than the one on your pass (helicopter), you cannot board. If the stamp's information is different from the boarding pass's (EG, you rewrote the flight number on the pass but not the stamp), you cannot board. If the stamp was tampered with (you tried to rewrite the stamp's flight number), is from another issuer other than the department of immigration, or is not present at all, you cannot board.

    Before your device restores, it will verify that the firmware hashes on the blob and in the downloaded firmware match, that the blob is for the same device (ECID "fingerprints" match), that the device's AP Nonce matches the blob's nonce ("flight numbers"), that the restore type is the same ("flight vehicle"), and that the signature is valid ("stamp" information matches and is not forged).

    Booting

    So you made it to Obristan. Congratulations! You must keep the boarding pass you just used to get here, to verify you came here legally.

    Like in every country in this dystopian world, every time you wake up in the morning, you are not allowed to leave your room until your boarding pass is checked for all the information stated previously, excluding the check that the pass's flight numbers and vehicle match the flight—you're already at the destination. Illegal immigrants are not allowed.

    After you restore iOS to a new version, iOS saves the blob (boarding pass) that you used to get here. Every time you boot on any iOS, the SecureROM (AKA Bootrom) and iBoot verifies that the iOS version you're booting was signed by Apple for your device.

    Saving blobs

    When you ask for a boarding pass, instead of using it to fly to Obristan, you save it to use later. But what about the flight number? You won't be able to use the pass later since flight numbers are randomized.

    With a jailbreak, you can set the plane's flight number to whatever you want, meaning you can reuse old passes at any time to fly wherever you want.

    Your blob has a nonce "flight number" that can't be changed without invalidating Apple's "stamp." Therefore, we set the phone's nonce to the one inscribed in the pass so that we can fly to whatever version we want.

    SEP and Baseband

    Your luggage must go on a different flight than you. These luggages also need boarding passes with identifying information fingerprints and nonce flight numbers. However, you cannot set the flight number for the luggage flights, even with a jailbreak. This means, you'll have to fly the luggage to Kolechia, Antegria, Impor, or wherever the department of immigration is distributing boarding passes to.

    SEP and Baseband is the same. You can't set SEP Nonce or BB Nonce, so you have to update it to a signed version, during the same restore where you're going to an unsigned version. It is required that your luggage travel at the same time as you, even if to a different destination.

    Sometimes the luggage is close enough that it's not a problem. But when major iOS updates are released, the SEP and Baseband is just too different / too far for iOS, and deemed incompatible with the target version (country you're flying to).

    Pwned restores

    When updating iOS, blobs requested from Apple have information to the specific way you're updating. OTA restores are different from iTunes/Finder/idevicerestore restores which are different from factory/internal restores.

    This is similar to the method of travel / flight vehicle. Boarding passes and stamps for a plane are different than those for a helicopter.

    If you updated with OTA to 14.3 for example, but didn't save regular iPSW blobs for 14.3, the only option you have is to save the onboard OTA blobs. These are normally not useable for replay attacks, as the device doesn't expect information to come from the computer during an OTA update.

    With pwndfu mode, we can bypass signature checks that prevent us from restoring using a computer and an OTA blob to an iPSW firmware. We're not converting the OTA blob to an iPSW blob, just skipping the "flight vehicle" check.

    It's like bribing the security guard to let you in to the plane, even though you have a boarding pass for a helicopter (OTA), not an airplane (iPSW).

    And when you wake up every day in Obristan / try to boot the phone, you'll be verified because it's a valid blob, signed by Apple. The phone just thinks you OTA updated to get here.

    Pwndfu can also be used to restore without a blob. You can bribe the security guard to just get on the plane. However, every time you wake up (boot) on the new version, since you don't have a boarding pass (blob), you'll need to boot from pwndfu to bypass those checks.

    A few notes

    • It is possible to freeze the flight number without a jailbreak, so that you can use it later. However, once you fly, this frozen flight number is cleared and randomized. You would have one chance to FutureRestore unjailbroken.
    • You can't actually directly set the flight number. You set the number which is hashed (and entangled on A12+) into the flight number.
    • Nonce entanglement means that your flight numbers will only work for your device. This happens on A12+ devices and isn't too big of a problem.
    • Once Apple stops stamping boarding passes, it is impossible to receive a pass to that country/iOS version anymore. Since passes and their stamps have your device's fingerprints (ECID, a unique identifier), you can't use someone else's saved blobs either.
      • With a jailbreak, it is possible to extract the onboard blobs that are checked every boot / every time you wake up, so you can reuse that stamped boarding pass later.
    • When I say the stamps are unforgeable, I really mean it. You cannot ever recreate Apple's signature/stamp (unless you stole it. Highly unlikely), only verify that a pass is signed by Apple correctly.
    submitted by /u/CoocooFroggy
    [link] [comments]

    [Discussion] Best Ad-blocker (Whole IOS)

    Posted: 08 Aug 2021 05:45 AM PDT

    Hello I'm here to give you best no ad experience for whole System. (Tested on IOS 14.7.1 , Iphone 6s, Checkra1n)

    1. Safari: download Adguard then go to Adguard Settings > Safari protection > Filters > Custom then add this address(copy, paste) 1 2 3 4 5 6.
    2. Youtube: add atebisty repo then install "YTAdBlock" tweak.
    3. Twitch: add Haoict repo then install "Twitch No Ads" tweak.
    4. Twitter: add Haoict repo then install "Twitter No Ads".
    5. Reddit: add Haoict repo then install "Reddit No Ads".
    submitted by /u/BillTheXo007
    [link] [comments]

    [Update]pinera1n tutorial on GitHub update,not only mobian can use both Checkra1n and Odysseyra1n,manjaro and arch also works,manjaro is the default os on recently pinephone,and actually others Linux phone should works too

    Posted: 08 Aug 2021 03:43 AM PDT

    [Paid Release] NotLiveText, text recognition tweak for photos app!

    Posted: 08 Aug 2021 10:24 AM PDT

    [Request] Shrinkwrap - Resize slide over windows

    Posted: 08 Aug 2021 11:19 AM PDT

    [Help] I’m saving blobs for iOS 14.7 it’s ok to select 14.7 RC ? IPhone 10.3 global. uncover 14.3

    Posted: 08 Aug 2021 12:38 PM PDT

    [Help] IPhone 8 battery draining like crazy on iOS 14.7.1. I’ve provided a video of my battery list, tweaks and Dra1n

    Posted: 08 Aug 2021 08:05 PM PDT

    [Question] What should i do here? How do I know what tweak causes this? I tap them for more info but nothing happens..please help :(

    Posted: 08 Aug 2021 11:21 AM PDT

    [Request] Latest FlyJB X deb file since the repo is offline

    Posted: 08 Aug 2021 10:05 PM PDT

    https://repo.xsf1re.kr/ is down for a few days already, does anyone have the latest flyjb x deb file with latest memory patch they can share? Thanks for the help.

    submitted by /u/tnecniv43208
    [link] [comments]

    [Request] an iOS 12 style volume bar

    Posted: 08 Aug 2021 07:29 PM PDT

    I am on iOS 14.6 iPhone 7 jailbroken with checkra1n and instead of the small bar on the side i want the big volume indicator from iOS 12

    submitted by /u/Hunter_Ware
    [link] [comments]

    [Request] tweak to set default playback speed on YouTube

    Posted: 08 Aug 2021 09:18 PM PDT

    [request] AirPower charging animation on any wireless charger

    Posted: 08 Aug 2021 07:25 PM PDT

    So I saw the AirPower charging animation with the phone spinning then moving to a small notification style banner… while the AirPower hasn't been released, the code for that phone animation is in iOS somewhere. Has anyone been able to find it?

    submitted by /u/Nx0Sec
    [link] [comments]

    [Question] A Tweak to hide/archive DM on Instagram?

    Posted: 08 Aug 2021 02:14 PM PDT

    [request] hey is there a tweak that lets you spoof your notification counter for each app?

    Posted: 08 Aug 2021 10:31 PM PDT

    [Help] Open app only support iOS 11 in iOS 12

    Posted: 08 Aug 2021 10:24 PM PDT

    Hello I'm just downloading a (dead and outdated) game called Ovenbreak [2006] (that Cookie Run: Ovenbreak today) I copied OvenBreak.app in Appcation and use mTerminal to install it (I can't install directly on Filza cuz error) Once Restart StringBoard, I open the app and it said "OvenBreak need to be update. Developers of this app need to update this app to support iOS11" (I just translates Vietnamese to English, so im bad at English lol) Anyone help?

    submitted by /u/Bang1338-VN
    [link] [comments]

    [Question] What was the tweak that can skip actual segments of a youtube video that had advertisements in it.

    Posted: 08 Aug 2021 08:37 AM PDT

    When the content creator starts saying "this video is sponsored by squar-" it automatically jumps to the end of the ad segment

    submitted by /u/fluxidee
    [link] [comments]

    [Discussion] What database does Appstore+ get it's IPAs?

    Posted: 08 Aug 2021 05:56 PM PDT

    I don't have jailbreak anymore and I wish to install previous versions of apps, I know Appstore+ links to a site but I forgot the name.

    submitted by /u/urskrubs
    [link] [comments]

    [Help] Hello, I want to know if there's a tweak that can change the clock color on iOs 14.0.1. By the way i don't know why is always only the clock changing its color to black after jailbreak.

    Posted: 08 Aug 2021 09:25 PM PDT

    [Help] Cant Uninstall Taurine Jailbreak.

    Posted: 08 Aug 2021 04:30 PM PDT

    AltStore isn't working when I try to reinstall/update Taurine so I can't restore Taurine rootfs and I can't install uncover jailbreak because I still have Taurine but I can't open the Taurine app because it expired.

    submitted by /u/prt230000
    [link] [comments]

    [Help] unable to use local network on some apps

    Posted: 08 Aug 2021 07:41 PM PDT

    As title says, the problem mostly happens with YouTube and I can't connect to chromecast. vídeo Already made a network settings reset, configs reset, and reinstalled YouTube. I have uyou and youpip tweak list Already disabled netfence

    submitted by /u/augustobob
    [link] [comments]

    [Help] iPhone 7 14.6 checkra1n crashes after installing Substrate

    Posted: 08 Aug 2021 07:39 PM PDT

    The phone jailbreaks fine but whenever I install Cydia Substrate it goes into a respring loop and then restarts. If I try to rejailbreak the phone it will get all the way and on the phone it says booting (when the apple logo has the chess piece) but it just stays there. I can only jailbreak into safemode. I'm downloading from the bingner repo. Any suggestions?

    submitted by /u/LunyJake
    [link] [comments]

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel