README formatting
This commit is contained in:
16
README.md
16
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user