mc-17 / pspack-flask

pOOBs4 PS4 exploit for v9.0 + automatic GoldHEN
Other
62 stars 23 forks source link

Setup Help #2

Closed andrea-ap closed 2 years ago

andrea-ap commented 2 years ago

Hello everyone, I would kindly like some help, I am confused how to use the code. Then I should copy the contents of the template, static, payload folders on a server where I can launch the index.html file, then insert the usb stick formatted in right mode. Now, here I get stuck, I have to run from the pc, I use windows, the app.py file (but I have to insert the ip of the pc or the playstation) and in practice the bin file is sent to the Playstation4. Thanks to all for help . Good day.

mc-17 commented 2 years ago

I haven't tested on windows, but you shouldn't have any problems. I've added more detail to setup instructions here.

The server is ran in the Python script, you just run python3 app.py and a server will be launched hosting everything. Then navigate to it on your PS4 on port 1337

andrea-ap commented 2 years ago

ok, but then I have to extract all the files, and launch the app.py file, and from the ps4 do I have to run the index.html file?

mc-17 commented 2 years ago

When you run it you should see a line like:

* Running on http://192.168.1.200:1337/ (Press CTRL+C to quit)

You then go to that URL on your PS4 and the exploit will load

andrea-ap commented 2 years ago

Thanks for your kindness for the quick answers. I tried to run the app.py file on windows, nothing appears, but I have to run it from the terminal shell, I have extracted all the files as they are, right?

mc-17 commented 2 years ago

You'll want to run it in a terminal or command prompt yes, with python3 app.py and it should appear, no need to move or modify files after extracting

andrea-ap commented 2 years ago

i execute su terminal windows, but: C:\app>app.py Traceback (most recent call last): File "C:\app\app.py", line 3, in from flask import Flask, render_template, request ModuleNotFoundError: No module named 'flask'

mc-17 commented 2 years ago

You definitely ran python3 -m pip install flask before this?

andrea-ap commented 2 years ago

now execute comand, and now works fine. Thanks.

mc-17 commented 2 years ago

Great :)