Unofficial Update of PS-Phive v3 by Leeful FOR PS4 FW 9.00
Updated with latest GoldHen v2.4b18
- New PSFree Exploit
- Latest Beta Gold Hen Payload coded by SiSTR0 2.4b18
- Linux Payloads for all consoles
- Docker container that runs all the stack exposing the 8080 port
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:
- Docker: Follow the installation instructions for your operating system here.
- Docker Compose: If you don't have Docker Compose installed, you can install it by following the instructions here.
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
- Press
Windows + R
to open the Run dialog. - Type
cmd
and pressEnter
to open the Command Prompt. - In the Command Prompt, run the following command to display the IP configuration:
ipconfig
- Look for the IPv4 Address in the output.
ipconfig getifaddr en0
- Access your application:
Once the container is running, you can access your application by navigating to
http://remoteip:8080
To stop and remove the Docker container, run the following command in the repository directory:
docker-compose down