Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ This bypass will also jailbreak with palera1n, we do this to disable rootfs seal

iOS 16 support should be working now.

# Known issue

SSH may not work in the bypass phase. This is currently being looked into.

# DISCLAIMER

This bypass must not be used on a device you don't legally own and have permission to modify, I am not responsible for any misuse of anyting in this repo.
Expand Down
4 changes: 2 additions & 2 deletions palera1n.sh
Original file line number Diff line number Diff line change
Expand Up @@ -979,9 +979,9 @@ if [ "$bypass" = "1" ]; then

# Execute the commands once the rd is booted
if [ "$os" = 'Linux' ]; then
sudo "$dir"/iproxy 2222 22 &
sudo "$dir"/iproxy 6413 22 &
else
"$dir"/iproxy 2222 22 &
"$dir"/iproxy 6413 22 &
fi

while ! (remote_cmd "echo connected" &> /dev/null); do
Expand Down