A new update for PS5 Payload ftpsrv is published, the FTP server created by developer John T?rnblom for
PlayStation5 consoles is compatible with both BD-J exploits and webKit ipv6 uaf.
This new version has been recompiled using the latest version of PS5 Payload SDK, which includes support for 2.xx firmware versions.
Characteristics of
The tested client software includes gFTP, Filezilla, curl and Thunar. In addition, the payload supports some custom SITE commands specific for PS5 (performed without the SITE prefix). In particular:
- KILL: Allows you to close the FTP server, allowing other payloads to start.
- MTRW : Reassemble partitions
/system
and and/system_ex
with writing permissions.
Quick start
To start ps5-payload-ftpsrv, launch first ps5-payload-elfldr, then load the payload as follows:
john@localhost:~$ export PS5_HOST=ps5 john@localhost:~$ wget -q -O - https://github.com/ps5-payload-dev/ftpsrv/releases/download/v0.9/Payload.zip | gunzip -c -d | nc -q0 $PS5_HOST 9021
Reporting of Bug
- If you are having problems with the FTPS5 payload, you can report issues on GitHub.
- It is advisable to open up a problem before starting to work on significant changes to allow a preliminary discussion on the proposed solutions.
Changelog
- Reconstructed with a newer sdk, which includes support for 2.xx firmware versions.
Download: PS5 FTP Payload v0.10.1
Download: Source code PS5 FTP Payload v0.10.1
Source: github.com