kyrosweb/psphree
Unofficial Update of PS-Phive v3 by Leeful FOR PS4 FW 9.00 on a Docker Container
761
Unofficial Update of PS-Phive v3 by Leeful FOR PS4 FW 9.00
Updated with latest GoldHen v2.4b18
The PSFree exploit is for 6.xx to 9.60 but this version of PSPhree have been only tested on PS4 FW9.00.
All you need is docker , you can install it downloading from the official website. https://www.docker.com/products/docker-desktop/
This repository contains the necessary files to run your application in a Docker container using Docker Compose.
Before running the Docker container, ensure that you have the following prerequisites installed on your system:
Follow these steps to run the Docker container:
Clone this repository to your local machine:
git clone https://github.com/KyrosWeb/PSPhree_Public.git
Navigate to the cloned repository directory:
cd PSPhree_Public
Run the Docker container using Docker Compose:
docker-compose up -d
The -d
flag runs the services in detached mode, meaning they'll run in the background.
Discover your remote ip
ip addr show
Windows + R
to open the Run dialog.cmd
and press Enter
to open the Command Prompt.ipconfig
ipconfig getifaddr en0
http://remoteip:8080
To stop and remove the Docker container, run the following command in the repository directory:
docker-compose down
docker pull kyrosweb/psphree