Skip to content

obhq/jailbreak-11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jailbreak for 11.00

This is an experimental jailbreak for PS4 11.00 or lower using TheFloW disclosed exploit. This jailbreak is under development and does not working yet and may not working at all.

TheFloW already released a working version by himself so this repository will be a playground for us to learn how thing work.

System requirements

  • Computer with one Ethernet port available
  • Ethernet cable
  • Linux
    • A VM running Linux may not work

Setup

You need to connect the PS4 and the computer with an Ethernet cable without any Ethernet switch in the middle.

Running

Run the following command on the computer that connected with the PS4 to find the index of connected port:

ip link

It will output something like:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether ??:??:??:??:??:?? brd ff:ff:ff:ff:ff:ff

My computer has only one Ethernet so 2 is an obvious index for me. Once figure out run the following command:

sudo ./jailbreak-11 INDEX

Replace INDEX with the Ethernet index then open the PS4 and go to Settings > Network > Set Up Internet Connection > Use a LAN Cable > Custom > PPPoE. Enter a random PPPoE User ID and PPPoE Password.

Building from source

Prerequisites

  • Rust on the latest stable channel

Install additional Rust target

rustup target add x86_64-unknown-none

Install additional tools

cargo install cargo-binutils
rustup component add llvm-tools

Build the payload

cargo objcopy -p payload --target x86_64-unknown-none --release -- -O binary payload.bin

Build the jailbreak

cargo build

After this you can follow the instructions on the Running section by changing the ./jailbreak-11 to ./target/debug/jailbreak-11.

License

MIT

About

Experimental PS4 jailbreak for 11.00 and lower

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages