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
Just change this in /include/defines.h to make compatible with your version
i.e
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
..to where ever you choose
and to use the USB method simply comment out this line in /include/defines.h
to send it is still: socat -u FILE:payload.bin TCP:"PS4 IP":9020
Have Fun!
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:
Installation
MIT License. See attached LICENSE.md file.
Download: PS4-KernelDumper-master.zip / GIT
To quote from the README.md: Kernel Dumper for PS4
Supported Firmwares
- 4.05
- 4.55
- 5.05
Just change this in /include/defines.h to make compatible with your version
i.e
Code:
#define KERN_VER 455
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"
and to use the USB method simply comment out this line in /include/defines.h
Code:
#define DEBUG_SOCKET
Have Fun!

Download: PS4-5.50-dumper-TRC-master.zip / GIT
Based on:
- 5.50 exploit by qwertyoruiopz
- ALEXZZZ9 way to dump files form PS4.
Installation
- Install the latest version of node from nodejs.org
- Clone this repository
- Run npm install
- Run npm start
- Load the web in the PS4.
- Wait until complete (1 min more or less).
- Files are dumped in dump folder
- TESTED ONLY ON PS4 PRO
MIT License. See attached LICENSE.md file.