Skip to content

Instantly share code, notes, and snippets.

View ensingerphilipp's full-sized avatar

Philipp Ensinger ensingerphilipp

View GitHub Profile
@ensingerphilipp
ensingerphilipp / pallas.sh
Last active July 11, 2022 11:29 — forked from Siguza/pallas.sh
newstyle OTA
#!/usr/bin/env zsh
set -e;
set +m; # Job control would've been nice, but manual round robin it is, sigh.
if [ -z "${ZSH_VERSION+x}" ]; then
echo 'Try again with zsh.';
exit 1;
fi;
@ensingerphilipp
ensingerphilipp / tutorial-alternate-updated.md
Last active November 21, 2022 01:23 — forked from dhinakg/tutorial-alternate.md
tutorial-alternate-updated.md

Note: I took this Guide from https://gist.github.com/dhinakg/5dc595e39440e6d68a24d38e6fea926d and added a way on how to find your AssetAudiences

Note: This writeup is for advanced users and developers. For a guide that will actually walk you through this, ios.cfw.guide is updated. guides.stkc.win should be soon™️.

13.x appears to have issues. 13.5 is confirmed to fail to check updates once you change the audience. If any other versions do this, please let me know.

So, I got bored and decided to do more research into alternates. Turns out you can still abuse it to update to a currently signed Version (15.4.1 as of writing) on iOS versions that don't support alternates. You're welcome.

This requires a jailbreak. Of course, you can do the backup editing stuff if you're not JBed but:

@ensingerphilipp
ensingerphilipp / LICENSE.txt
Created February 8, 2024 21:16 — forked from felixhummel/LICENSE.txt
openWRT automatic Wake on LAN
The MIT License (MIT)
Copyright (c) 2015 Felix Hummel
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions: