Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 Jailbreaking       Thread starter stooged       Start date Feb 11, 2018 at 7:08 AM       323      
Status
Not open for further replies.
Following the PS4HEN on Android Phone tutorial and my recent PS4HEN on Wifi USB Drive guide, I put together an Android app to host the PlayStation 4 exploit and payloads.

You have to setup a wifi hotspot with your phone/tablet and connect the PS4 to that hotspot or connect the phone/tablet to the same network the PS4 is on.

Then install the app and open it and at the top will be the address you need to connect to with the PS4.

Your device might ask you about installing an application from "unknown sources" this is ok to allow, it just means its not coming from Google Play.

You just select the payload you want to run in the app and then use the PS4 to goto the address that you see in the app.

To change the payload just select it in the app and then use the ps4 to revisit/refresh the address again.

Download: Ps4_Serve_v1_8.apk (1.8 MB - Changes) / PS4_Serve GIT

Spoiler: Depreciated

The payloads used are:
Thanks again @XVortex and a picture of the app:

Android App to Host PS4 Exploit and Payloads by Stooged.png
 

Comments

in regards to the "ps4 updates"

the updates are patched in xVortex hen 1.2

inside main.c
Code:
#define PS4_UPDATE_FULL_PATH "/update/PS4UPDATE.PUP"
#define PS4_UPDATE_TEMP_PATH "/update/PS4UPDATE.PUP.net.temp"

.
.
.

static inline void patch_update(void)
{
  unlink(PS4_UPDATE_FULL_PATH);

  DIR* directory = opendir(PS4_UPDATE_TEMP_PATH);

  if(directory != NULL)
  {
    closedir(directory);
    return;
  }

  unlink(PS4_UPDATE_TEMP_PATH);
  mkdir(PS4_UPDATE_TEMP_PATH, 0777);
}
what this code here does is prevents the ps4 from being able to download the update to the ps4 and because it cant download the update it will never update so you don't need dns to block updates but you can still use dns if you like.

there is more info on that here but remember all of this is included in the xVortex hen 1.2 so you don't need to run the payloads in the celesteblue thread.
 
Using my iPhone and AirDisk. I have managed to get the PS4 to only show me the debug options once. Have tried again and again but will not do it again. Have cleared all cookies and cleared history and powered off PS4. Strange how it only worked once.
 
Here is a upgrade on the IOS and air disk.

I have the exploit working every time now. You need air disk open and running on the IOS device. You need to tick the enable java script in browser settings. Then open the exploit folder, then click on INDEX.HTML.
 
You have to connect your ps4 to your phone or have them both connected to the same network.

You write the web address as you see it in the app
Code:
http://ipaddress:port/
 
Status
Not open for further replies.
Back
Top