PS4JbEmU: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 4: Line 4:
|description=PS4 Jailbreak Host and USB Emulator for Raspberry Pi.
|description=PS4 Jailbreak Host and USB Emulator for Raspberry Pi.
|author=CrazeeGhost
|author=CrazeeGhost
|lastupdated=2024/05/15
|lastupdated=2024/05/23
|type=Exploits
|type=Exploits
|version=4.0
|version=4.2
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/ps4homebrews/ps4jbemu.7z
|download=https://dlhb.gamebrew.org/ps4homebrews/ps4jbemu.7z
Line 42: Line 42:
=== Pi Setup ===
=== Pi Setup ===
# Download and burn image onto a 2GB or larger micro SD card
# Download and burn image onto a 2GB or larger micro SD card
# If exploiting FW 9.00, navigate to the boot drive on the SD card and change contents of <code>pppwn-cpp.txt</code> to <code>900</code>
# Navigate to the boot drive on the SD card and change contents of <code>pppwn-cpp.txt</code> as follows -
# Insert the micro SD card into a Raspberry Pi
 
# Optional - Connect the Pi to your WiFi (easiest using <code>sudo raspi-config</code>). Then power if off.
{| class="wikitable"
# Download and extract [[GoldHEN PS4]]
|-
# Copy <code>goldhen.bin</code> to the root of an exFAT formatted USB drive
! Target FW
# Plug the USB Drive into a USB port on your PS4
! File Contents
# Connect the Pi to your PS4 via an Ethernet cable and power on both devices.
|-
# Wait for notifications confirming GoldHEN was loaded. This should happen within 2-3 minutes depending on how many attempts are required for that instance. If nothing happens within 5 minutes of boot up, I recommend restarting both the Raspberry Pi and the PS4.
| 9.00
| <code>900</code>
|-
| 10.0x
| <code>1000</code>
|-
| 11.00
| <code>1100</code>
|}
 
<ol start="3">
<li>Insert the micro SD card into a Raspberry Pi</li>
<li>Optional - Connect the Pi to your WiFi (easiest using <code>sudo raspi-config</code>). Then power if off.</li>
<li>Download and extract [[GoldHEN PS4]]</li>
<li>Copy <code>goldhen.bin</code> to the root of an exFAT formatted USB drive</li>
<li>Plug the USB Drive into a USB port on your PS4</li>
<li>Connect the Pi to your PS4 via an Ethernet cable and power on both devices.</li>
<li>Wait for notifications confirming GoldHEN was loaded. This should happen within 2-3 minutes depending on how many attempts are required for that instance. If nothing happens within 5 minutes of boot up, I recommend restarting both the Raspberry Pi and the PS4.</li></ol>


== Notes ==
== Notes ==
* This Jailbreak is for PS4 running software versions 9.00 and 11.00 only.
* This Jailbreak is for PS4 running software versions 9.00, 10.0x &amp; 11.00 only
* Tested on Raspberry Pi 3 Model B
* Tested on Raspberry Pi 3 Model B
* If you followed step 4 above, your PS4 will have internet access which may result in your PS4 updating it's system software. You have been warned.
* If you followed step 4 above, your PS4 will have internet access which may result in your PS4 updating it's system software. You have been warned.
* After the first successful load of GoldHEN, you do not need to repeat steps 4 &amp; 5 for subsequent runs on the same PS4
* After the first successful load of GoldHEN, you do not need to repeat steps 5 through 7 for subsequent runs on the same PS4
* SSH username is <code>pi</code> and password is <code>pppwn</code> in case you need to access the Pi
* Auto updates the pppwn_cpp exploit binary at device boot (if internet available)
* PS4 can access internet if Pi is connected to WiFi and only after successful Jailbreak
* No need to restart Pi if Re-Jailbreaking after PS4 was shutdown/restarted (PS4 must have stayed off for at least 30 seconds)
* Handles exceptions when PS4 crashes during exploit or if the exploit itself halts or hangs


==Changelog==
==Changelog==
'''v4.2'''
*Added support for FW 10.0x.
'''v4.1'''
* Auto update the pppwn_cpp exploit binary at device boot (if internet available)
* PS4 can access internet if Pi is connected to WiFi and only after successful Jailbreak
* No need to restart Pi if Re-Jailbreaking after PS4 was shutdown/restarted (PS4 must have stayed off for at least 30 seconds)
* Better handling of exception when PS4 crashes during exploit
* Handle if exploit halts or hangs
'''v4.0'''
'''v4.0'''
* Auto update the pppwn_cpp exploit binary at device boot (if internet available)
* Auto update the pppwn_cpp exploit binary at device boot (if internet available)

Revision as of 02:06, 23 May 2024

PS4JbEmU
Ps4jbemu.png
General
AuthorCrazeeGhost
TypeExploits
Version4.2
LicenseMixed
Last Updated2024/05/23
Links
Download
Website
Source

This project aims to set up a local web host with USB emulation on select Raspberry Pi boards. These boards can be used to exploit and jailbreak PS4 consoles running firmware version 11.00. The eligible boards include Raspberry Pi Zero W, Pi Zero 2 W, and Pi4 B, as they support a USB on-the-go (OTG) gadget mode. This feature eliminates the need to manually insert and remove the USB stick required in the exploit process. The project is implemented on a clean Raspberry Pi OS (Debian) install, making it easier to repurpose the Pi to run additional applications and services.

The project was developed and tested on Raspberry Pi 4 B, but it should also work on Pi Zero W, Pi Zero 2 W, and Pi4 B.

Benefits

  • Clean Raspberry Pi OS install: Makes it easy to set up the Pi for other purposes as desired.
  • Easy updates: Exploit, GoldHen, and payload files can be easily updated from the web interface.
  • All-in-one device: Serves as a local web server and provides USB emulation.
  • Single USB cable: One USB cable is sufficient to power the Pi and emulate USB.
  • Permanent connection: The Pi can be left permanently connected to the PS4, eliminating the need to remove and plug in a USB stick to run the exploit.

Instructions For PS4

PS4 Setup

  • Go to Settings and then Network
  • Select Set Up Internet connection and choose Use a LAN Cable
  • Choose Custom setup and choose PPPoE for IP Address Settings
  • Enter ps4 for both PPPoE User ID and PPPoE Password
  • Choose Automatic for DNS Settings and MTU Settings
  • Choose Do Not Use for Proxy Server

Pi Setup

  1. Download and burn image onto a 2GB or larger micro SD card
  2. Navigate to the boot drive on the SD card and change contents of pppwn-cpp.txt as follows -
Target FW File Contents
9.00 900
10.0x 1000
11.00 1100
  1. Insert the micro SD card into a Raspberry Pi
  2. Optional - Connect the Pi to your WiFi (easiest using sudo raspi-config). Then power if off.
  3. Download and extract GoldHEN PS4
  4. Copy goldhen.bin to the root of an exFAT formatted USB drive
  5. Plug the USB Drive into a USB port on your PS4
  6. Connect the Pi to your PS4 via an Ethernet cable and power on both devices.
  7. Wait for notifications confirming GoldHEN was loaded. This should happen within 2-3 minutes depending on how many attempts are required for that instance. If nothing happens within 5 minutes of boot up, I recommend restarting both the Raspberry Pi and the PS4.

Notes

  • This Jailbreak is for PS4 running software versions 9.00, 10.0x & 11.00 only
  • Tested on Raspberry Pi 3 Model B
  • If you followed step 4 above, your PS4 will have internet access which may result in your PS4 updating it's system software. You have been warned.
  • After the first successful load of GoldHEN, you do not need to repeat steps 5 through 7 for subsequent runs on the same PS4
  • Auto updates the pppwn_cpp exploit binary at device boot (if internet available)
  • PS4 can access internet if Pi is connected to WiFi and only after successful Jailbreak
  • No need to restart Pi if Re-Jailbreaking after PS4 was shutdown/restarted (PS4 must have stayed off for at least 30 seconds)
  • Handles exceptions when PS4 crashes during exploit or if the exploit itself halts or hangs

Changelog

v4.2

  • Added support for FW 10.0x.

v4.1

  • Auto update the pppwn_cpp exploit binary at device boot (if internet available)
  • PS4 can access internet if Pi is connected to WiFi and only after successful Jailbreak
  • No need to restart Pi if Re-Jailbreaking after PS4 was shutdown/restarted (PS4 must have stayed off for at least 30 seconds)
  • Better handling of exception when PS4 crashes during exploit
  • Handle if exploit halts or hangs

v4.0

  • Auto update the pppwn_cpp exploit binary at device boot (if internet available)
  • PS4 can access internet if Pi is connected to WiFi and only after successful Jailbreak
  • No need to restart Pi if Re-Jailbreaking after PS4 was shutdown/restarted (PS4 must have stayed off for at least 30 seconds)
  • Better handling of exception when PS4 crashes during exploit
  • Handle if exploit halts or hangs

v4.0-b1

  • Using the C++ version of the PPPwn exploit
  • Added support for FW 9.00

v3.0-b1

  • PS4 11.00 Auto PPPwn Jailbreak.

v2.0

  • Local PS4 9.00 Jailbreak Host with USB emulation.

v1.1

  • Minor tweaks and README updates.

v1.0

  • First Release.

Credits

External links

Advertising: