2025-05-12 14:42:31 -07:00
# PSFree version 1.5.1
2025-05-12 14:30:43 -07:00
2025-05-12 14:42:31 -07:00
PSFree is a collection of exploits for the PS4 console. The main focus of the repo is for the PS4, but we try to make things portable to PS5.
2025-05-12 14:30:43 -07:00
2025-05-12 14:42:31 -07:00
## Features
2025-05-12 14:30:43 -07:00
2025-06-05 22:38:15 -07:00
- **Auto-detection:** Automatically detects console type and firmware version (via `src/config.mjs` ).
- **WebKit Exploit (PSFree):** Entry point via the console's web browser.
- **Kernel Exploit (Lapse):** Escalates privileges to kernel level.
- **Payload Loader:** After successful kernel exploitation listens for a payload on port 9020.
2026-02-01 07:19:31 +00:00
- **Docker Support:** This repository is now fully dockerized, allowing PSFree to be hosted easily without manual dependency setup.
## Quickstart (Docker Compose)
clone the repo
2026-02-01 07:28:41 +00:00
```bash
2026-02-01 07:19:31 +00:00
git clone https://zit.zo0.zip/zo0/PSFree-Enhanced-Dockerized
2026-02-01 07:28:41 +00:00
cd PSFree-Enhanced-Dockerized
```
2026-02-01 07:19:31 +00:00
Build the docker image with
2026-02-01 07:28:41 +00:00
```bash
2026-02-01 07:19:31 +00:00
docker build -t psfe:latest .
2026-02-01 07:28:41 +00:00
```
2026-02-01 07:19:31 +00:00
2026-02-01 07:28:41 +00:00
Create a Docker compose file docker-compose.yml
2026-02-01 07:19:31 +00:00
```yaml
services:
webapp:
image: psfe:latest
container_name: psfe
ports:
- "52721:52721"
restart: unless-stopped
2026-02-01 07:28:41 +00:00
```
Run the container with
```bash
docker compose up -d
```
Now you can reach it under
```html
http://<host-ip>:52721
```
2025-05-12 14:30:43 -07:00
2025-05-12 14:42:31 -07:00
## Vulnerability Scope
| | PSFree | Lapse |
2025-06-05 22:38:15 -07:00
| :------------ | :-------- | :--------- |
2025-05-12 14:42:31 -07:00
| PlayStation 4 | 6.00-9.60 | 1.01-12.02 |
| PlayStation 5 | 1.00-5.50 | 1.00-10.01 |
## Supported by this Repository
2025-06-05 22:38:15 -07:00
This table indicates firmware versions for which the _ current version _ of this repository provides a functional and tested exploit chain.
2025-05-12 14:42:31 -07:00
2025-06-05 22:38:15 -07:00
| | PSFree | Lapse |
| :------------ | :-------- | :-------- |
2025-06-07 03:06:24 -07:00
| PlayStation 4 | 7.00-9.60 | 7.00-9.60 |
2025-06-05 22:38:15 -07:00
| PlayStation 5 | N/A | N/A |
2025-05-12 14:42:31 -07:00
2025-06-05 22:38:15 -07:00
_Note: Support for other firmwares listed in the "Vulnerability Scope" table may, or may not, be actively being worked on or may have been supported in previous versions of this repository. Please check `CHANGELOG.md` for historical support._
2025-05-12 14:42:31 -07:00
## TODO List
2025-09-05 11:41:15 -07:00
- [X] ~~Blackscreen/Save issue with certain games~~ Issue is patched post-exploit
- [ ] Determine root cause and fix more directly
2025-05-12 14:42:31 -07:00
- [ ] `lapse.mjs` : Just set the bits for JIT privs
- [ ] `view.mjs` : Assumes PS4, support PS5 as well
- [ ] Add PS5 support
2025-09-10 14:36:46 +02:00
## Additional features
- Language switcher
- HEN flavor selector
- GoldHEN version selector
- Descriptive payload selection
2025-10-03 10:28:58 +02:00
- Unsuported payload loading protection
- Load payloads with GoldHEN's BinLoader through a mirrored [http host ](http://psfree-enhanced.free.nf/ )
- Up to date
2025-09-10 14:36:46 +02:00
2025-10-03 10:28:58 +02:00
## Contribution
2025-11-09 13:51:22 +01:00
You can :
- look at the [languages folder ](https://github.com/ArabPixel/PSFree-Enhanced/tree/main/includes/js/languages ) and PR your language!
- improve the host by modefying, updating or adding new features!
2025-05-12 14:42:31 -07:00
## Copyright and Authors:
AGPL-3.0-or-later (see [LICENSE ](LICENSE )). This repo belongs to the group `anonymous` . We refer to anonymous contributors as "anonymous" as well.
## Credits:
2025-05-12 14:30:43 -07:00
2025-06-05 22:38:15 -07:00
- anonymous for PS4 firmware kernel dumps
- Check the appropriate files for any **extra ** contributors. Unless otherwise stated, everything here can also be credited to us.