synackuk / n1ghtshade

A bootchain jailbreak/downgrade utility for 32 bit iOS devices.
https://synackuk.dev/projects/n1ghtshade.html
GNU General Public License v3.0
354 stars 46 forks source link

Failed to get packages #120

Closed Cellguy16 closed 3 years ago

Cellguy16 commented 3 years ago

When I open the n1ghtshade app to download a package manager on iOS 6, I receive a message saying that the app could not connect to the internet. I have checked my internet connection, as well as the date and time. error (A screenshot of the error.)

darbysauter commented 3 years ago

Me as well

darbysauter commented 3 years ago

@Cellguy16 did you ever get this to work? My guess is the server might be down

Cellguy16 commented 3 years ago

@darbysauter I have not been able to fix the issue. I have checked all day. I suspect that the server had been shut down. From what I can tell, the project seems like it was probably discontinued.

darbysauter commented 3 years ago

damn too bad.. I suppose could maybe use another jailbreak once booted although not sure if they would interact well. Worth a shot

EDIT: nvm probably wouldn't work, as the device would need to reboot

darbysauter commented 3 years ago

The request from the server looks fine: https://github.com/synackuk/hyoscine/blob/ff5043f4e5690044f72f98d805e1a823797f672f/physostigmine/n1ghtshade_app/N1RootViewController.m#L14

when loading the link manually it downloads the URL.

The docs for this method say "This method may fail and return nil for various reasons, like bad URLs and file-not-found errors. If you want to handle these errors" url looks fine and as far as I can tell the link is live.

I will quickly build an app to see if I can reproduce it

darbysauter commented 3 years ago

well after a while of getting an OS X yosemite VM and old xcode installed i realized its simply something to do with authentication or from a browser as when I curl the URL i get:

`

301 Moved Permanently

301 Moved Permanently


nginx

`

@synackuk any idea how to fix this?

synackuk commented 3 years ago

Issue is to do with SSL iirc, GitHub updated their SSL requirements to beyond that supported.

synackuk commented 3 years ago

I will fix this in the next update by having the packages plist on a separate server

darbysauter commented 3 years ago

When do you roughly plan on releasing that?

darbysauter commented 3 years ago

@synackuk In the meantime I have built belladonna and hyoscine but I am unable to load my own. I do

$ belladonna/tools/belladonna -w ~/Downloads/iPhone5,3_7.0.1_11A470a_Restore.ipsw $ belladonna/tools/belladonna -j -d ../hyoscine/hyoscine/hyoscine.img3 $ belladonna/tools/belladonna -b

But the n1ghtshade app doesn't show up. If I don't specify the -d flag it installs fine (looks like it downloads from your github). Am I missing something like signing it or why would my custom ramdisk not be working?

I am just trying to change the link in the n1ghtshade app to reference a local address so I can host the plist.

berketk7 commented 3 years ago

revert date to september 2021 fixes

YvanQu commented 3 years ago

@berketk7 you're a goddamn hero

benzbfr commented 2 years ago

revert date to september 2021 fixes

I've tried this and it doesn't work for me (anymore?). Anybody has an idea or am I doing something wrong?