Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.
Following the pOOBs4 9.00 PS4 Jailbreak Exploit and PSPack Flask Package with automatic GoldHEN comes PS4JBAndroid, which as the name implies is a PS4 Jailbreak 9.00 Android App (PS4JB.apk) from PlayStation 4 Scene developer @rareranger on Github that also serves both the pOOBs4 Exploit and GoldHEN Payload automatically to play the latest PS4 PKG Games. 📲

Download: ps4jb_v3.4.apk (Latest Version) / GIT

This comes following the PS4 Payloads for 9.00 Firmware, Script for Rooted Android Samsung Devices, PS4 Server 9.00 / PS4 Server 9.00u for ESP8266 D1 Mini & Pro, PS4 Jailbreak 9.00 with Raspberry Pi Zero W / Pi Zero 2 W / Pi 4 B and PS4 Payload Sender Android APK with further details from the README.md below: ps4jbandroid

pOOBs4 PS4 exploit for v9.0 + automatic gold hen android app

Note to Devs

Feel free to fork this or whatever to create a better app.

About

This is an android app that creates a http server and serves the pOOBs4 exploit. After the exploit is loaded the GoldHen payload is sent automatically.

All credit to the team behind pOOBs4 and mc-17 that created the flask package which I used to create the app.

Setup
  1. Download latest apk from releases
  2. Install on android device
  3. Connect your android device and PS4 to the same WiFi
  4. Click "Start Server" and enter the address that's written above the button on the browser on your PS4 to run the exploit
  5. You should get the GoldHen notification when it's done.
PS4JB v2.1
  • Improvements to adding custom payloads
  • Added ability to send payload to GoldHen binloader port 9090
  • Logging stuff
  • More info provided
  • General fixes
PS4JB v2.2
  • Add exploit caching so the exploit can run even when PS4 is offline. Credits to Leeful (leeful.github.io)
  • Add settings page to manually set PS4 IP address
  • Make logging textbox autoscroll and have a scrollbar when view is full
  • General fixes and improvements
PS4JB v2.3.1
  • Fix for dark mode compatibility
  • UI improvements
PS4JB v3.3
  • Fixed bug where adding a payload didn't do anything
PS4JB v3.4
  • Fixed USB Mounting for some devices with CONFIGFS backend
PS4JBAndroid PS4 Jailbreak 9.00 Android App (PS4JB.apk) via RareRanger.png

PS4JBAndroid PS4 Jailbreak 9.00 Android App (PS4JB.apk) via RareRanger.jpg
 

Comments

I compared the GitHub repos "pOOBs4" and "pspack-flask". We have a old version in APK! The "pspack-flask" is out of date "pOOBs4"! For example, "kexploit.js":

in APK:
Code:
var wk2_gadgetmap = {
    "mov [rax], rdi": 0xFFDD7,
    "mov [rax], rcx": 0x2C9ECA,

};
In updated pOOBs4:
Code:
var wk2_gadgetmap = {
    "mov [rax], rdi": 0xFFDD7,
    "mov [rax], rcx": 0x2C9ECA,
    "mov [rax], cx": 0x15A7D52,
};
There are a lot of changes in pOOBs4! Please update the "pspack-flask" package which used to create the ap and update the APK.
 
Status
Not open for further replies.
Back
Top