Skip to content
New issue

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

Jailbreak on IOS 6.1.X not working #143

Open
ndmedia-324 opened this issue Sep 14, 2022 · 6 comments
Open

Jailbreak on IOS 6.1.X not working #143

ndmedia-324 opened this issue Sep 14, 2022 · 6 comments

Comments

@ndmedia-324
Copy link

After jailbreaking my iPhone 5 (iPhone5,1) and rebooting into iOS 6.1. The nightshade app doesn’t find the packages. The prompt on screen is a popup that says “failed to get packages” are you connected to the internet? My device is connected to the internet and it is set up properly. This issue is present on the tethered jailbreak for iOS 6.1 through 6.1.4
CDA6E9C9-DE12-4C19-A35B-BD610B907D67

@theIuser
Copy link

theIuser commented Oct 4, 2022

Having the same issue on my iPad 4 (3,6)

@JoshAtticus
Copy link

Seems to be an SSL error, I'm currently unsure on which certificate you'd need to install though.

@theIuser
Copy link

theIuser commented Oct 8, 2022

What url does the app try to pull? Maybe I can help figure out what certificates are needed.

@JoshAtticus
Copy link

What url does the app try to pull? Maybe I can help figure out what certificates are needed.

Not sure, as I don’t have an http monitor set up

@theIuser
Copy link

theIuser commented Oct 8, 2022

Did some http sniffing. Fond that the n1ghtshade App connects to http://synackuk.dev/n1ghtshade/packages.plist
As this is not a SSL protected site maybe the host was just offline the other days?
After that I was able to install cydia on my device.

For reference in the future, when maybe synackuk.dev is gone, the plist contains the following content:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
	<dict>
		<key>description</key>
		<string>The package manager by Saurik</string>
		<key>install_check</key>
		<string>/Applications/Cydia.app</string>
		<key>title</key>
		<string>Cydia</string>
		<key>url</key>
		<string>http://synackuk.dev/n1ghtshade/packages/cydia.tar</string>
	</dict>
</array>
</plist>

@JoshAtticus
Copy link

Did some http sniffing. Fond that the n1ghtshade App connects to http://synackuk.dev/n1ghtshade/packages.plist As this is not a SSL protected site maybe the host was just offline the other days? After that I was able to install cydia on my device.

For reference in the future, when maybe synackuk.dev is gone, the plist contains the following content:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
	<dict>
		<key>description</key>
		<string>The package manager by Saurik</string>
		<key>install_check</key>
		<string>/Applications/Cydia.app</string>
		<key>title</key>
		<string>Cydia</string>
		<key>url</key>
		<string>http://synackuk.dev/n1ghtshade/packages/cydia.tar</string>
	</dict>
</array>
</plist>

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants