Dockerized PSFree setup + README update
This commit is contained in:
18
README.md
18
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user