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
Network Mode
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
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
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: