Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter PSXHAX       Start date Jun 17, 2018 at 12:47 AM       7      
Status
Not open for further replies.
Following the previous updates, PlayStation 4 developer VV1LD (aka VVildCard777) recently made available a Flexible Kernel Dumper Payload for PS4 supporting firmware versions 4.05, 4.55 and 5.05. ;)

Download: PS4-KernelDumper-master.zip / GIT

To quote from the README.md: Kernel Dumper for PS4

Supported Firmwares
  • 4.05
  • 4.55
  • 5.05
Network Mode

Just change this in /include/defines.h to make compatible with your version

i.e
Code:
#define KERN_VER 455
Compile with your PC's IP listening on port 9023

On PC you can do to listen: socat - tcp-listen:9023 > kernelDump.bin

and to send: socat -u FILE:payload.bin TCP:"PS4 IP":9020

you can then trim out the socket prints or you can adapt it with 2 sockets, one for dumping, another for logging.

To compile you need to use an *** with changes for latest fw support support, i have used https://github.com/xvortex/ps4-payload-***

USB/Filesystem Mode

To dump the kernel image to the filesystem or USB stick either change/keep
Code:
#define KERN_FILEPATH "/mnt/usb0/kdump.bin"
..to where ever you choose

and to use the USB method simply comment out this line in /include/defines.h
Code:
#define DEBUG_SOCKET
to send it is still: socat -u FILE:payload.bin TCP:"PS4 IP":9020

Have Fun! :)

:arrow: Update: Also from David_TRC comes a PS4 5.50 dumper TRC with details from the README.md below, as follows: PS4 5.50 WebKit Exploit PoC

Download: PS4-5.50-dumper-TRC-master.zip / GIT

Based on:
  • 5.50 exploit by qwertyoruiopz
  • ALEXZZZ9 way to dump files form PS4.
This exploit supports 5.50 (ONLY)!

Installation
  1. Install the latest version of node from nodejs.org
  2. Clone this repository
  3. Run npm install
Usage
  1. Run npm start
  2. Load the web in the PS4.
  3. Wait until complete (1 min more or less).
  4. Files are dumped in dump folder
  5. TESTED ONLY ON PS4 PRO
License

MIT License. See attached LICENSE.md file.
Flexible Kernel Dumper Payload for PS4 by VVildCard777.jpg
 

Comments

I have found that the payload kernel dumper from the collective always dump a 34MB file. I have tested in 6.72, 7.55 and 9.00. That dump is clearly not complete, because a full kernel dump in 6.72 size more than 100MB.
Can someone help with that source in order to fix it to obtain a VALID payload ?, thx in advance.
 
Status
Not open for further replies.
Back
Top