Dockerized PSFree setup + README update
Some checks failed
Build kpatch / build (push) Has been cancelled
Deploy to mirrored Host / deploy (push) Has been cancelled

This commit is contained in:
Zo0
2026-02-01 07:19:31 +00:00
parent ab49252161
commit 0ddf71619c
4 changed files with 161 additions and 0 deletions

View File

@@ -8,6 +8,24 @@ PSFree is a collection of exploits for the PS4 console. The main focus of the re
- **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.
- **Docker Support:** This repository is now fully dockerized, allowing PSFree to be hosted easily without manual dependency setup.
## Quickstart (Docker Compose)
clone the repo
git clone https://zit.zo0.zip/zo0/PSFree-Enhanced-Dockerized
Build the docker image with
docker build -t psfe:latest .
```yaml
services:
webapp:
image: psfe:latest
container_name: psfe
ports:
- "52721:52721"
restart: unless-stopped
## Vulnerability Scope