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/14
|lastupdated=2024/05/15
|type=Exploits
|type=Exploits
|version=4.0-b1
|version=4.0
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/ps4homebrews/ps4jbemu.7z
|download=https://dlhb.gamebrew.org/ps4homebrews/ps4jbemu.7z
Line 36: Line 36:
* Select Set Up Internet connection and choose Use a LAN Cable
* Select Set Up Internet connection and choose Use a LAN Cable
* Choose Custom setup and choose PPPoE for IP Address Settings
* Choose Custom setup and choose PPPoE for IP Address Settings
* Enter anything for PPPoE User ID and PPPoE Password
* Enter ps4 for both PPPoE User ID and PPPoE Password
* Choose Automatic for DNS Settings and MTU Settings
* Choose Automatic for DNS Settings and MTU Settings
* Choose Do Not Use for Proxy Server
* Choose Do Not Use for Proxy Server


=== 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
# Insert the micro SD card into a Raspberry Pi and connect it to your PS4 via an Ethernet cable
# 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>
# Download [[GoldHEN PS4]]
# Insert the micro SD card into a Raspberry Pi
# Copy goldhen.bin to the root of an exFAT formatted USB drive
# Optional - Connect the Pi to your WiFi (easiest using <code>sudo raspi-config</code>). Then power if off.
# Download and extract [[GoldHEN PS4]]
# Copy <code>goldhen.bin</code> to the root of an exFAT formatted USB drive
# Plug the USB Drive into a USB port on your PS4
# Plug the USB Drive into a USB port on your PS4
# Power On the PS4 and the Raspberry Pi
# 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 5-20 minutes depending on how many attempts are required for that instance. If nothing happens within 20 minutes of boot up, I recommend restarting both the Raspberry Pi and the PS4.
# 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 ==
== 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 and 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.
* 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 4 &amp; 5 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
* SSH username is <code>pi</code> and password is <code>pppwn</code> in case you need to access the Pi


==Changelog==
==Changelog==
'''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'''
'''v4.0-b1'''
* Using the C++ version of the PPPwn exploit
* Using the C++ version of the PPPwn exploit
Line 72: Line 80:
* TheFloW - [https://github.com/TheOfficialFloW/PPPwn PPPwn]
* TheFloW - [https://github.com/TheOfficialFloW/PPPwn PPPwn]
* SiSTR0 - [https://github.com/GoldHEN/GoldHEN GoldHEN]
* SiSTR0 - [https://github.com/GoldHEN/GoldHEN GoldHEN]
* xfangfang - [https://github.com/xfangfang/PPPwn_cpp PPPwn_cpp]


== External links ==
== External links ==
* Reddit - https://www.reddit.com/r/ps4homebrew/comments/155by5r/local_ps4_jailbreak_host_with_usb_emulation_on/
* Reddit - https://www.reddit.com/r/ps4homebrew/comments/155by5r/local_ps4_jailbreak_host_with_usb_emulation_on/
* Github - https://github.com/CrazeeGhost/PS4JbEmu
* Github - https://github.com/CrazeeGhost/PS4JbEmu

Revision as of 05:27, 16 May 2024

PS4JbEmU
Ps4jbemu.png
General
AuthorCrazeeGhost
TypeExploits
Version4.0
LicenseMixed
Last Updated2024/05/15
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. If exploiting FW 9.00, navigate to the boot drive on the SD card and change contents of pppwn-cpp.txt to 900
  3. Insert the micro SD card into a Raspberry Pi
  4. Optional - Connect the Pi to your WiFi (easiest using sudo raspi-config). Then power if off.
  5. Download and extract GoldHEN PS4
  6. Copy goldhen.bin to the root of an exFAT formatted USB drive
  7. Plug the USB Drive into a USB port on your PS4
  8. Connect the Pi to your PS4 via an Ethernet cable and power on both devices.
  9. 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 and 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 4 & 5 for subsequent runs on the same PS4
  • SSH username is pi and password is pppwn in case you need to access the Pi

Changelog

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: