README formatting
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:28:41 +00:00
parent 0ddf71619c
commit 17313c7fca

View File

@@ -13,11 +13,17 @@ PSFree is a collection of exploits for the PS4 console. The main focus of the re
## Quickstart (Docker Compose)
clone the repo
```bash
git clone https://zit.zo0.zip/zo0/PSFree-Enhanced-Dockerized
cd PSFree-Enhanced-Dockerized
```
Build the docker image with
```bash
docker build -t psfe:latest .
```
Create a Docker compose file docker-compose.yml
```yaml
services:
webapp:
@@ -26,6 +32,16 @@ services:
ports:
- "52721:52721"
restart: unless-stopped
```
Run the container with
```bash
docker compose up -d
```
Now you can reach it under
```html
http://<host-ip>:52721
```
## Vulnerability Scope